-
Notifications
You must be signed in to change notification settings - Fork 63
Tips & tricks & pitfalls
Tinkerspy edited this page Mar 7, 2016
·
17 revisions
- Sending and receiving messages with data
- Hiding machines and factories inside other machines
void setup() {
led.begin( 3 );
led.cycle().trigger( EVT_ON );
}
void loop() {
led.cycle();
}