Update examples/Esp32_NoteOnOffEverySec/Esp32_NoteOnOffEverySec.ino
This commit is contained in:
parent
7de74ffd23
commit
2ca4746688
|
|
@ -29,7 +29,8 @@ void setup()
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
void loop()
|
void loop()
|
||||||
{
|
{
|
||||||
|
bm.noteOn(60, 127, 0);
|
||||||
|
delay(1000);
|
||||||
}
|
}
|
||||||
|
|
||||||
// ====================================================================================
|
// ====================================================================================
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue