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

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