Revision history of "Arduino 4 - dve LED sa striedajú"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 09:26, 29 July 2019Palo (talk | contribs). . (259 bytes) (+259). . (Created page with "<syntaxhighlight lang="C++"> void setup() { pinMode(13, OUTPUT); pinMode(12, OUTPUT); } void loop() { digitalWrite(13, HIGH); digitalWrite(12, LOW); delay(4000);...")