#include <Arduino.h>#include <Servo.h>
Go to the source code of this file.
Classes | |
| struct | JOINTPINS |
| struct | RECIEVED |
Macros | |
| #define | victorMax 2350 |
| #define | victorMin 650 |
Functions | |
| void | loop () |
| int | mapToVictor (float input) |
| void | recievedData () |
| void | setup () |
| void | writeToJoints () |
Variables | |
| Servo | cam_tilt |
| struct RECIEVED | data |
| Servo | joint0 |
| Servo | joint1 |
| Servo | joint2 |
| Servo | joint3 |
| Servo | joint4 |
| struct JOINTPINS | pins |
| struct RECIEVED data |
| struct JOINTPINS pins |