1
0
Fork 0
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:
dongie 2014-05-01 19:05:13 +09:00
parent be5896f5b3
commit cce4d4975d
4 changed files with 51 additions and 24 deletions

View file

@ -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);