mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 12:55:19 +03:00
CF/BF - First cut of Current/Voltage/Battery cleanup.
many refactorings, bugs squished, concerns separated, single-responsibility violations fixed and performance optimizations.
This commit is contained in:
parent
b46e0fe46d
commit
067d3c0ac2
69 changed files with 1178 additions and 514 deletions
|
@ -30,6 +30,8 @@ typedef struct {
|
|||
|
||||
#define ESC_DATA_INVALID 255
|
||||
|
||||
#define ESC_BATTERY_AGE_MAX 10
|
||||
|
||||
bool escSensorInit(void);
|
||||
void escSensorProcess(timeUs_t currentTime);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue