mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-23 00:05:28 +03:00
added ability to specify arbitrary roll/pitch/yaw translation for board mounting by alu.
this allows to mount FC vertically/upside down/etc easily. git-svn-id: https://afrodevices.googlecode.com/svn/trunk/baseflight@445 7c89a4a9-59b9-e629-4cfe-3a2d53b20e61
This commit is contained in:
parent
6b93f06e49
commit
8d7f82dc75
6 changed files with 58 additions and 2 deletions
|
@ -3,3 +3,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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue