GMU:Home Made Bioelectronics/Marah Doleh/Docummentation of progress/Code on arduino: Revision history

From Medien Wiki

Diff selection: Mark the radio buttons 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.

11 May 2022

  • curprev 12:3612:36, 11 May 2022Faxi0847 talk contribs 486 bytes +486 Created page with " // ULTRASONIC SENSOR int TRIG = 3; int ECHO = 2; int DURATION; int DISTANCE; void setup() { // ULTRASONIC SENSOR pinMode(TRIG, OUTPUT); pinMode(ECHO..."