Add the following snippet to your HTML:
An exprience with plus plus, arduino, a lego people and a tiger product
Read up about this project on
This project don't have story
void setup() { // put your setup code here, to run once: pinMode(13, OUTPUT); pinMode(12, OUTPUT); pinMode(11, OUTPUT); } void loop() { // put your main code here, to run repeatedly: digitalWrite(13, HIGH) digitalWrite(12, HIGH) digitalWrite(11, HIGH) }
Comments