Go to the source code of this file.
Functions | |
void | servo_advance () |
uint8_t | servo_get_latency () |
int16_t | servo_get_rem_steps () |
void | servo_init (void) |
char | servo_read () |
void | servo_set_direction (const uint8_t) |
void | servo_set_latency (const uint8_t) |
void | servo_set_max () |
void | servo_set_min () |
void | servo_set_neutral () |
void | servo_set_rem_steps (const uint8_t) |
void | servo_set_val (const int8_t, const int8_t) |
void servo_advance | ( | ) |
uint8_t servo_get_latency | ( | ) |
int16_t servo_get_rem_steps | ( | ) |
void servo_init | ( | void | ) |
char servo_read | ( | ) |
void servo_set_direction | ( | const uint8_t | ) |
void servo_set_latency | ( | const uint8_t | ) |
void servo_set_max | ( | ) |
void servo_set_min | ( | ) |
void servo_set_neutral | ( | ) |
void servo_set_rem_steps | ( | const uint8_t | ) |
void servo_set_val | ( | const int8_t | target_val, |
const int8_t | lat | ||
) |