14 #ifndef RC_DEPRECATED_H 15 #define RC_DEPRECATED_H 25 int rc_cleanup(
void) __attribute__ ((deprecated));
45 int rc_set_motor(
int motor,
float duty) __attribute__ ((deprecated));
59 #endif // RC_DEPRECATED_H int rc_set_motor(int motor, float duty) __attribute__((deprecated))
int rc_set_motor_brake(int motor) __attribute__((deprecated))
int rc_cleanup(void) __attribute__((deprecated))
int rc_set_mode_pressed_func(void(*func)(void)) __attribute__((deprecated))
int rc_set_motor_brake_all(void) __attribute__((deprecated))
int rc_disable_motors(void) __attribute__((deprecated))
rc_button_state_t
Definition: deprecated.h:27
Definition: deprecated.h:28
rc_button_state_t rc_get_pause_button(void) __attribute__((deprecated))
int rc_set_pause_pressed_func(void(*func)(void)) __attribute__((deprecated))
Definition: deprecated.h:29
int rc_set_motor_all(float duty) __attribute__((deprecated))
int rc_initialize(void) __attribute__((deprecated))
int rc_set_encoder_pos(int ch, int value) __attribute__((deprecated))
int rc_set_pause_released_func(void(*func)(void)) __attribute__((deprecated))
int rc_set_motor_free_spin_all(void) __attribute__((deprecated))
int rc_get_encoder_pos(int ch) __attribute__((deprecated))
rc_button_state_t rc_get_mode_button(void) __attribute__((deprecated))
int rc_enable_motors(void) __attribute__((deprecated))
int rc_set_mode_released_func(void(*func)(void)) __attribute__((deprecated))
int rc_set_motor_free_spin(int motor) __attribute__((deprecated))