de lectura
3
Leer libros
Scale of dragon, tooth of wolf, Witches' mummy, maw and gulf Of the ravin'd salt-sea shark, Root of hemlock digg'd i' the dark, Liver of blaspheming Jew, Gall of goat, and slips of yew Silver'd in the moon's eclipse, Nose of Turk and Tartar's lips, Finger of birth-strangled babe Ditch-deliver'd by a drab, Make the gruel thick and slab: Add thereto a tiger's chaudron, For the ingredients of our cauldron.
you know instead of you known?
maybe u can add some accents for example u can add accents on YOU
i donot Understand? Pls speak english.
please give it a name!
String stepNumbers= "---Step"; String orange= "Tri-LED1 is "; String apple= " and Tri-LED2 is "; long timer; void setup() { pinMode(LED0, OUTPUT); //Use digital pin 11 to drive the red LED in the first Tri-LED pinMode(LED1, OUTPUT); //Use digital pin 10 to drive the green LED in the first Tri-LED pinMode(LED2, OUTPUT); //Use digital pin 9 to drive the blue LED in the first Tri-LED pinMode(LED3, OUTPUT); //Use digital pin 7 to drive the red LED in the second Tri-LED pinMode(LED4, OUTPUT); //Use digital pin 6 to drive the green LED in the second Tri-LED pinMode(LED5, OUTPUT); //Use digital pin 5 to drive the blue LED in the second Tri-LED Serial.begin(9600); } void loop() { timer=millis(); digitalWrite(LED0, HIGH); digitalWrite(LED1, LOW); digitalWrite(LED2, LOW); digitalWrite(LED3, LOW); digitalWrite(LED4, LOW); digitalWrite(LED5, LOW); Serial.println(stepNumbers + "1---"); Serial.println(orange + "RED" + apple + "OFF" + " at " + String(timer) + " milliseconds");