SBB Micro
Source code for the self-balancing-bike microcontroller unit (Teensy 4.1-based). 🚀️
|
Battery voltage raw data. More...
#include <objects.h>
Public Attributes | |
uint16_t | batVolt |
Battery voltage (in bits). | |
float | batVolt_offset = 0 |
Battery voltage offset (inV). | |
Battery voltage raw data.
The struct contains the raw data of the battery voltage.
uint16_t Voltage::batVolt |
Battery voltage (in bits).
Measured value from ADC at the steering shaft.
float Voltage::batVolt_offset = 0 |