1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-18 22:05:17 +03:00

Enable HoTT as a telemetry provider.

Import cGiensen's HoTT telemetry implementation - untested.
This commit is contained in:
Dominic Clifton 2014-04-06 23:34:37 +01:00
parent 08ee21cd58
commit 3ca868a59f
13 changed files with 499 additions and 14 deletions

View file

@ -11,7 +11,7 @@
// telemetry
void initTelemetry(void);
void updateTelemetryState(void);
void sendTelemetry(void);
void handleTelemetry(void);
bool isTelemetryEnabled(void);
#endif /* TELEMETRY_COMMON_H_ */