mirror of
https://gitlab.com/lander-team/tvc-test-code.git
synced 2025-08-01 19:11:29 +00:00
changed to PWMServo.h
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user