1
0
mirror of https://gitlab.com/lander-team/tvc-test-code.git synced 2025-06-17 07:26:51 +00:00

changed to PWMServo.h

This commit is contained in:
Brendan McGeeney 2021-11-21 13:16:14 -07:00
parent c544fc97e2
commit ea7841e251

View File

@ -1,8 +1,8 @@
#include <Arduino.h> #include <Arduino.h>
#include <Servo.h> #include <PWMServo.h>
Servo yaw; PWMServo yaw;
Servo pitch; PWMServo pitch;
double YAW_MAX = 7; double YAW_MAX = 7;
double PITCH_MAX = 7; double PITCH_MAX = 7;