Skip to content

Commit d7f77c7

Browse files
committed
add comment
1 parent afb1865 commit d7f77c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/Bluefruit52Lib/examples/Peripheral/StandardFirmata/StandardFirmata.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -785,6 +785,7 @@ void setup()
785785
Firmata.attach(START_SYSEX, sysexCallback);
786786
Firmata.attach(SYSTEM_RESET, systemResetCallback);
787787

788+
// use bleuart as transportation layer
788789
Firmata.begin(bleuart);
789790

790791
// to use a port other than Serial, such as Serial1 on an Arduino Leonardo or Mega,

0 commit comments

Comments
 (0)