mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
7 lines
211 B
C
7 lines
211 B
C
#pragma once
|
|
|
|
int constrain(int amt, int low, int high);
|
|
// sensor orientation
|
|
void alignSensors(int16_t *src, int16_t *dest, uint8_t rotation);
|
|
void initBoardAlignment(void);
|
|
void productionDebug(void);
|