Revision history of "Arduino 8 - ultrazvuk"

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:14, 30 July 2019Palo (talk | contribs). . (474 bytes) (+474). . (Created page with "<syntaxhighlight lang="C++"> #define TRIG 4 #define ECHO 5 void setup() { Serial.begin(9600); pinMode(TRIG, OUTPUT); pinMode(ECHO, INPUT); } int meraj() { digitalWri...")