mirror of
https://github.com/okalachev/flix.git
synced 2026-02-17 15:41:32 +00:00
Make rc channel numbers and calibration params use int instead of float
As parameter subsystems supports int now, and int is much more natural here.
This commit is contained in:
@@ -43,7 +43,7 @@ void doCommand(String str, bool echo);
|
||||
void handleInput();
|
||||
void normalizeRC();
|
||||
void calibrateRC();
|
||||
void calibrateRCChannel(float *channel, uint16_t zero[16], uint16_t max[16], const char *str);
|
||||
void calibrateRCChannel(int *channel, uint16_t zero[16], uint16_t max[16], const char *str);
|
||||
void printRCCalibration();
|
||||
void printLogHeader();
|
||||
void printLogData();
|
||||
|
||||
Reference in New Issue
Block a user