<rc/deprecated.h>
Deprecated functions that only exist for backwards compatability.
- Author
- James Strawson
- Date
- 4/26/2018
◆ rc_button_state_t
Enumerator |
---|
RELEASED | |
PRESSED | |
◆ rc_initialize()
int rc_initialize |
( |
void |
| ) |
|
◆ rc_cleanup()
◆ rc_set_pause_pressed_func()
int rc_set_pause_pressed_func |
( |
void(*)(void) |
func | ) |
|
◆ rc_set_pause_released_func()
int rc_set_pause_released_func |
( |
void(*)(void) |
func | ) |
|
◆ rc_set_mode_pressed_func()
int rc_set_mode_pressed_func |
( |
void(*)(void) |
func | ) |
|
◆ rc_set_mode_released_func()
int rc_set_mode_released_func |
( |
void(*)(void) |
func | ) |
|
◆ rc_get_pause_button()
◆ rc_get_mode_button()
◆ rc_get_encoder_pos()
int rc_get_encoder_pos |
( |
int |
ch | ) |
|
◆ rc_set_encoder_pos()
int rc_set_encoder_pos |
( |
int |
ch, |
|
|
int |
value |
|
) |
| |
◆ rc_enable_motors()
int rc_enable_motors |
( |
void |
| ) |
|
◆ rc_disable_motors()
int rc_disable_motors |
( |
void |
| ) |
|
◆ rc_set_motor()
int rc_set_motor |
( |
int |
motor, |
|
|
float |
duty |
|
) |
| |
◆ rc_set_motor_all()
int rc_set_motor_all |
( |
float |
duty | ) |
|
◆ rc_set_motor_free_spin()
int rc_set_motor_free_spin |
( |
int |
motor | ) |
|
◆ rc_set_motor_free_spin_all()
int rc_set_motor_free_spin_all |
( |
void |
| ) |
|
◆ rc_set_motor_brake()
int rc_set_motor_brake |
( |
int |
motor | ) |
|
◆ rc_set_motor_brake_all()
int rc_set_motor_brake_all |
( |
void |
| ) |
|