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:
parent
c544fc97e2
commit
ea7841e251
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user