Change the name of servos[] and servo_t

This commit is contained in:
Scott Lahteine
2015-07-19 11:35:48 -07:00
parent 3b23ccd366
commit eacfe132aa
2 changed files with 11 additions and 11 deletions

View File

@ -112,7 +112,7 @@ typedef struct {
typedef struct {
ServoPin_t Pin;
unsigned int ticks;
} servo_t;
} ServoInfo_t;
class Servo {
public: