Browse Source

Change return back.

extract-visca-communication-to-class
Ed Walker 6 years ago
parent
commit
c380fe4477
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      visca-controller/visca-controller.ino

+ 1
- 1
visca-controller/visca-controller.ino View File

@ -26,7 +26,7 @@ void loop() {
// int talentDimmer = map(analogRead(TALENT_DIMMER_PIN), 0, 1023, 0, 255);
}
byte receiveData() {
void receiveData() {
static byte ndx = 0;
byte rc;
while (visca.available() > 0) {


Loading…
Cancel
Save