SBB Micro
Source code for the self-balancing-bike microcontroller unit (Teensy 4.1-based). 🚀️
|
Counters for lower sampling rate. More...
#include <objects.h>
Public Attributes | |
uint16_t | speedSensor = 0 |
Counter for speed sensor. | |
uint16_t | imu = 0 |
Counter for IMU. | |
uint16_t | mag = 0 |
Counter for magnetometer. | |
uint16_t | debug = 0 |
Counter for debugging. | |
uint16_t | log = 0 |
Counter for data logging. | |
uint16_t | LED = 0 |
Counter for LED blinking. | |
Counters for lower sampling rate.
The struct contains counters for lower sampling rate than SAMPLING_TIME.
uint16_t Counter::debug = 0 |
Counter for debugging.
uint16_t Counter::imu = 0 |
Counter for IMU.
uint16_t Counter::log = 0 |
Counter for data logging.
uint16_t Counter::mag = 0 |
Counter for magnetometer.
uint16_t Counter::speedSensor = 0 |
Counter for speed sensor.