deprecated remote control features More...
Macros | |
#define | motor_control_left |
deprecated constant: see kRemoteControlGetMotorLeft | |
#define | motor_control_right |
deprecated constant: see kRemoteControlGetMotorRight | |
#define | geometry_angular |
deprecated constant: see kRemoteControlGetTwistAngular | |
#define | geometry_linear |
deprecated constant: see kRemoteControlGetTwistLinear | |
Functions | |
void | motor_control_request (uint8_t request) |
Requests new data for motor_control. More... | |
int8_t | motor_control_get (uint8_t select) |
Returns the last stored value of the masked motor_control_data. More... | |
uint8_t | motor_control_received (void) |
Gets if new data for the variable motor_control_data was received. More... | |
uint8_t | motor_control_changed (void) |
Gets if new data changed the variable geometry_data. More... | |
int8_t | motor_control_wait (uint8_t select) |
void | geometry_twist_request (uint8_t request) |
Requests new data for geometry_twist. More... | |
int16_t | geometry_twist_get (uint8_t select) |
Returns the last stored value of the masked geometry_twist_data. More... | |
uint8_t | geometry_twist_received (void) |
Gets if new data for the variable geometry_twist_data was received. More... | |
uint8_t | geometry_twist_changed (void) |
Gets if new data changed the variable geometry_data. More... | |
int16_t | geometry_twist_wait (uint8_t select) |
deprecated remote control features
uint8_t geometry_twist_changed | ( | void | ) |
Gets if new data changed the variable geometry_data.
Function is deprecated!
int16_t geometry_twist_get | ( | uint8_t | select | ) |
Returns the last stored value of the masked geometry_twist_data.
Function is deprecated!
uint8_t geometry_twist_received | ( | void | ) |
Gets if new data for the variable geometry_twist_data was received.
Function is deprecated!
void geometry_twist_request | ( | uint8_t | request | ) |
int16_t geometry_twist_wait | ( | uint8_t | select | ) |
Function is deprecated!
Internal conversion:
int8_t laustracker_wait_rival(uint8_t select) { lausTracker_request(kLausTrackerSelectRival, kRequestWait); return lausTracker_get(select); }
uint8_t motor_control_changed | ( | void | ) |
Gets if new data changed the variable geometry_data.
Function is deprecated!
int8_t motor_control_get | ( | uint8_t | select | ) |
Returns the last stored value of the masked motor_control_data.
Function is deprecated!
uint8_t motor_control_received | ( | void | ) |
Gets if new data for the variable motor_control_data was received.
Function is deprecated!
void motor_control_request | ( | uint8_t | request | ) |
int8_t motor_control_wait | ( | uint8_t | select | ) |
Function is deprecated!
Internal conversion:
int8_t laustracker_wait_rival(uint8_t select) { lausTracker_request(kLausTrackerSelectRival, kRequestWait); return lausTracker_get(select); }