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 () |
char | servo_read () |
void | servo_set_direction (const uint8_t dir) |
void | servo_set_latency (const uint8_t lat) |
void | servo_set_max () |
void | servo_set_min () |
void | servo_set_neutral () |
void | servo_set_rem_steps (const uint8_t steps) |
void | servo_set_val (const int8_t target_val, const int8_t lat) |
Variables | |
static int8_t | direction |
static uint8_t | latency |
static int8_t | old_val |
static const uint16_t | pwmt [] |
AVR includes. | |
static int16_t | rem_steps |
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 | dir | ) |
void servo_set_latency | ( | const uint8_t | lat | ) |
void servo_set_max | ( | ) |
void servo_set_min | ( | ) |
void servo_set_neutral | ( | ) |
void servo_set_rem_steps | ( | const uint8_t | steps | ) |
void servo_set_val | ( | const int8_t | target_val, |
const int8_t | lat | ||
) |
const uint16_t pwmt[] [static] |