SBB Micro
Source code for the self-balancing-bike microcontroller unit (Teensy 4.1-based). 🚀️
Loading...
Searching...
No Matches
sbbmtp.h File Reference

Definitions of MTP functions and variables. More...

Go to the source code of this file.

Macros

#define DOMTP   1
 Enable or disable MTP (1/0).
 
#define STORAGENAME   "SBB Logger"
 MTP storage name.
 
#define MTP_ENABLE_TIMEOUT   3000
 Timeout for enabling MTP mode (ms).
 

Functions

bool check_mtp (void)
 Check for MTP mode.
 
void do_mtp (void)
 Run MTP mode.
 

Detailed Description

Definitions of MTP functions and variables.

File to defined the MTP functions and variables. Function prototypes are in prototypes.h.

See also
MTP prototypes.h