From 0cc25e9cedeb5476940d331647242001d636ce88 Mon Sep 17 00:00:00 2001 From: lathoub <4082369+lathoub@users.noreply.github.com> Date: Sun, 20 Dec 2020 23:38:43 +0100 Subject: [PATCH] Update MidiBle.ino --- examples/MidiBle/MidiBle.ino | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/MidiBle/MidiBle.ino b/examples/MidiBle/MidiBle.ino index 9f91a2a..b1cfa58 100644 --- a/examples/MidiBle/MidiBle.ino +++ b/examples/MidiBle/MidiBle.ino @@ -11,7 +11,9 @@ unsigned long t0 = millis(); 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() {