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
Change return back.
extract-visca-communication-to-class
Ed Walker
6 years ago
parent
31356b25e0
commit
c380fe4477
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
)
{
Write
Preview
Loading…
Cancel
Save