SBB Micro
Source code for the self-balancing-bike microcontroller unit (Teensy 4.1-based). 🚀️
|
Main file of the low-level code for the controller. More...
#include <include.h>
Functions | |
int | main () |
Entry-point function. | |
Main file of the low-level code for the controller.
Main file of the low-level code for the controller. This contains the definition for main function, which is the entry-point function of the code. Note that this is different from the standard Arduino workflow, which makes use of the setup() and loop() function with the main() written in the core code (actually, the main function defined in this file overrides that in the core code).