Revision history of "Arduino 2 - sériový port, vstup B"

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) 12:29, 29 July 2019Palo (talk | contribs). . (347 bytes) (+347). . (Created page with "<syntaxhighlight lang="C++"> void setup() { Serial.begin(9600); Serial.println("Ahoj, mas sa dobre? [a/n]:"); } void loop() { if (Serial.available()) { char c;...")