From 848fe0b98a67747c10c74b44586be9e11073456a Mon Sep 17 00:00:00 2001 From: Ed Walker Date: Sun, 17 Jan 2021 22:14:34 -0800 Subject: [PATCH] Minor update after further testing. --- README.md | 4 ++-- visca-controller/visca-controller.ino | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 71e2638..38c9922 100644 --- a/README.md +++ b/README.md @@ -10,5 +10,5 @@ were controlling it with an IR remote. The Arduino Shield board present in the EAGLE directory is intended to make connecting to a TelePresence camera and wiring I/O easier. The shield has headers to allow for powering the Arduino off its internal voltage regulator or via VIN (includes header points to make swapping easy). There is also a header to provide 12v power over the RJ45 -connection to remotely power the camera (untested). The shield incudes an RS232 transciever so it is ready to plug into -the camera's control port with a standard ethernet cable. \ No newline at end of file +connection to remotely power the camera. The shield incudes an RS232 transciever so it is ready to plug into the +camera's control port with a standard ethernet cable. diff --git a/visca-controller/visca-controller.ino b/visca-controller/visca-controller.ino index da92ea9..c3f2ba4 100644 --- a/visca-controller/visca-controller.ino +++ b/visca-controller/visca-controller.ino @@ -31,7 +31,6 @@ bool tiltIdle = true; int ptLow = 441; int ptHight = 581; int ptMaxSpeed = 5; - void handleHardwareControl() { processPan(analogRead(PAN));