Formula Student Electronics & Software
The code for the embedded software
|
Go to the source code of this file.
Macros | |
#define | POWER_ON_DELAY_MS 15000 |
Typedefs | |
typedef enum _r2d_mode | r2d_mode |
Enumerations | |
enum | _r2d_mode { R2D_MODE_STARTUP , R2D_MODE_IDLE , R2D_MODE_DRIVE , R2D_MODE_ERROR } |
Functions | |
void | play_r2d_sound () |
r2d_mode | r2d_state_machine (r2d_mode cur_state, int apps_value) |
enum _r2d_mode |
void play_r2d_sound | ( | ) |