internal struct used to save all data related to the servo More...
#include <servo.h>
Data Fields | |
| int8_t | pos_desired |
| desired servo position in degrees | |
| int8_t | pos_current |
| approximated current servo position in degrees | |
| uint16_t | pos_ocr |
| timer value related to the current position | |
| uint8_t | active |
| state of servo (0 = off; 1..253 = countdown; | |
internal struct used to save all data related to the servo
1.8.17