mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-20 23:05:17 +03:00
6 lines
182 B
C
6 lines
182 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);
|