SBB Micro
Source code for the self-balancing-bike microcontroller unit (Teensy 4.1-based). 🚀️
|
Entry-point function of the code. More...
Functions | |
int | main () |
Entry-point function. | |
Entry-point function of the code.
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).
int main | ( | ) |
Entry-point function.
Definition for main function, which is the entry-point function of the code. The function implementation is structured as follows