Change the name of servos[] and servo_t
This commit is contained in:
@ -112,7 +112,7 @@ typedef struct {
|
||||
typedef struct {
|
||||
ServoPin_t Pin;
|
||||
unsigned int ticks;
|
||||
} servo_t;
|
||||
} ServoInfo_t;
|
||||
|
||||
class Servo {
|
||||
public:
|
||||
|
Reference in New Issue
Block a user