![]() |
eBoard ๐
โ โงโจ
Written for SIA 2017/2018
|
ServoPin_t stores the data Set for any Pin usable by the Servo-Library. More...
#include <eagle_Servo.h>
Public Attributes | |
uint8_t | nbr:6 |
stores the pinID [0;63] More... | |
uint8_t | isActive:1 |
checks if the Servo connected to this pin is currently active More... | |
ServoPin_t stores the data Set for any Pin usable by the Servo-Library.
Definition at line 23 of file eagle_Servo.h.
uint8_t ServoPin_t::isActive |
checks if the Servo connected to this pin is currently active
Definition at line 27 of file eagle_Servo.h.
uint8_t ServoPin_t::nbr |
stores the pinID [0;63]
Definition at line 25 of file eagle_Servo.h.