Revision history of "Arduino 16 - mikrofon analogovo s prahom"

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) 13:08, 6 August 2019Palo (talk | contribs). . (186 bytes) (+186). . (Created page with "<syntaxhighlight lang="C++"> void setup() { Serial.begin(9600); } void loop() { if (analogRead(0) > 150) { Serial.println("bumbac"); delay(300); } } </synta...")