Update MidiBle.ino

This commit is contained in:
lathoub 2020-12-20 23:38:43 +01:00 committed by GitHub
parent 30d101bca6
commit 0cc25e9ced
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,9 @@ unsigned long t0 = millis();
bool isConnected = false; bool isConnected = false;
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// // When BLE connected, LED will turn on (indication that connection was successful)
// When receiving a NoteOn, LED will go out, on NoteOff, light comes back on.
// This is an easy and conveniant way to show that the connection is alive and working.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
void setup() void setup()
{ {