Robin--
You received this message because you are subscribed to the Google Groups "新车间 Xinchejian" group.
To unsubscribe from this group and stop receiving emails from it, send an email to xinchejian+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Robin--
I will be willing to give you 30 minutes on wednesday as long as you have your LEDs breadboarded and blinking one after the other with 500 milliseconds between them.
Paul
Say 530pm? If you don't have your blinken lights as described before make sure to tell me so I don't take off of work early for no reason.
Paul
// SEQUENCE MEMORY TEST// 3 LED LIGHTS FLASHING IN SEQEUNCEint led1 = 10;int led2 = 11;int led3 = 12;void setup() {pinMode(led1, OUTPUT);pinMode(led2, OUTPUT);pinMode(led3, OUTPUT);}void loop() {digitalWrite(led1, HIGH);delay(500);digitalWrite(led1, LOW);delay(500);digitalWrite(led2, HIGH);delay(500);digitalWrite(led2, LOW);delay(500);digitalWrite(led3, HIGH);delay(500);digitalWrite(led3, LOW);delay(500);}
aha i can help if you are busy at the time ~
> Groups "新车间 Xinchejian" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to xinchejian+...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
--
You received this message because you are subscribed to the Google Groups "新车间 Xinchejian" group.
No worries. So you are on for next Wednesday to present your piece?
5th of June we either have iot rob van kronenburg or Massimo from arduino not sure which Wednesday they have. So no to 5th. Sure you cannot make Wednesday?