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
Add some quick comments about what the definitions are for.
extract-visca-communication-to-class
Ed Walker
6 years ago
parent
17334e5e74
commit
13dd24bd36
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
visca-controller/visca-controller.h
+ 5
- 0
visca-controller/visca-controller.h
View File
@ -6,6 +6,9 @@
#
include
<LiquidCrystal_I2C.h>
#
include
<SoftwareSerial.h>
/
/
Pin
assignments
from
arduno
shield
.
/
/
Analog
inputs
#
define PAN 0
#
define TILT 1
#
define ZOOM 2
@ -13,9 +16,11 @@
#
define AUX2 4
#
define AUX3 5
/
/
Serial
I
/
O
for
VISCA
#
define VISCARX 2
#
define VISCATX 3
/
/
Button
inputs
#
define BTN1 4
#
define BTN2 5
#
define BTN3 6
Write
Preview
Loading…
Cancel
Save