1
0
mirror of https://gitlab.com/lander-team/tvc-test-code.git synced 2025-06-16 15:06:56 +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 <Servo.h>
#include <PWMServo.h>
Servo yaw;
Servo pitch;
PWMServo yaw;
PWMServo pitch;
double YAW_MAX = 7;
double PITCH_MAX = 7;