mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 09:45:37 +03:00
moved some of init logic around to get sensors + other important hardware checked first; added dummy implementation of production test for future use, outputting debug info over PB6 (USART1_TX remap)
This commit is contained in:
parent
be5896f5b3
commit
cce4d4975d
4 changed files with 51 additions and 24 deletions
|
@ -4,3 +4,4 @@ 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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue