Code for 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.

24 November 2021

  • curprev 11:2211:22, 24 November 2021Capo0368 talk contribs 563 bytes +563 Created page with "int melody[8] = {262,294,330,349,392,440,494,523}; int TRIG = 3, ECHO = 4, speaker = 7; void setup() { Serial.begin(9600); pinMode(TRIG,OUTPUT); pinMode(ECHO,INPUT); pin..."