mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Remove obsolete comment from example
This commit is contained in:
parent
a23ba6d493
commit
4f74db45f0
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ void setup() {
|
|||
void loop() {
|
||||
Usb.Task();
|
||||
|
||||
if (AMBX.AMBXConnected) { // One can only set the color of the bulb, set the rumble, set and get the bluetooth address and calibrate the magnetometer via USB
|
||||
if (AMBX.AMBXConnected) {
|
||||
if (state == 0) {
|
||||
|
||||
} else if (state == 1) {
|
||||
|
|
Loading…
Reference in a new issue