Revision history of "Arduino 10 - Poplašné zariadenie s mp3"

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) 09:57, 30 July 2019Palo (talk | contribs). . (1,736 bytes) (+1,736). . (Created page with "<syntaxhighlight lang="C++"> #define MP3_OUTPUT_PIN 8 // connect to Rx pin of DFPlayer #define MP3_BUSY_PIN 9 void setup() { pinMode(3, INPUT); Serial.begin(9600); del...")