SBB Micro
Source code for the self-balancing-bike microcontroller unit (Teensy 4.1-based). 🚀️
|
Save the IO startu status. More...
#include <objects.h>
Public Attributes | |
bool | imu |
bool | accen |
bool | gyroen |
bool | mag |
bool | magen |
bool | dac |
bool | speedsens |
bool | gps |
bool | sbus |
Save the IO startu status.
The struct contains flags which identify if the corresponding IO is started successfully.
bool IOstatus::accen |
bool IOstatus::dac |
bool IOstatus::gps |
bool IOstatus::gyroen |
bool IOstatus::imu |
bool IOstatus::mag |
bool IOstatus::magen |
bool IOstatus::sbus |
bool IOstatus::speedsens |