Browse Source

Not sure why this was here...

extract-visca-communication-to-class
Ed Walker 5 years ago
parent
commit
e2a8f61bec
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      visca_controller/src/visca_controller.cpp

+ 0
- 2
visca_controller/src/visca_controller.cpp View File

@ -81,8 +81,6 @@ void receiveViscaData() {
}
}
ndx = 0;
byte packet[3] = {0x10, 0x41, 0xFF};
viscaOutput.write(packet, 3);
}
}
}


Loading…
Cancel
Save