mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
Added display of (KISS) ESC version info for 'dshotprog <ESC index> 6'.
This commit is contained in:
parent
2b7e74c994
commit
1f25b44c03
3 changed files with 87 additions and 28 deletions
|
@ -45,3 +45,6 @@ void escSensorProcess(timeUs_t currentTime);
|
|||
|
||||
escSensorData_t *getEscSensorData(uint8_t motorNumber);
|
||||
|
||||
void startEscDataRead(uint8_t frameLength, uint8_t *frameBuffer);
|
||||
bool checkEscDataReadFinished(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue