Browse Source

Add some quick comments about what the definitions are for.

extract-visca-communication-to-class
Ed Walker 6 years ago
parent
commit
13dd24bd36
1 changed files with 5 additions and 0 deletions
  1. +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


Loading…
Cancel
Save