setup
called once at application start.
void setup();
- it is used to configure the application. peripherals and node patches are usually configured here. ( examples )
- some thing happen right before and after this is called
see option
called once at application start.
void setup();
see option