This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
arduino-VISCA-controller
mirror of
https://github.com/foxworth42/arduino-VISCA-controller
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Not sure why this was here...
extract-visca-communication-to-class
Ed Walker
5 years ago
parent
b5fe33377b
commit
e2a8f61bec
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
)
;
}
}
}
Write
Preview
Loading…
Cancel
Save