mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Ported some I2C code from AQ32PlusF3 which itself looked ported from the
STM32 examples.
This commit is contained in:
parent
8d9ce86a5a
commit
4febeb3969
12 changed files with 883 additions and 20 deletions
|
@ -15,7 +15,6 @@
|
|||
#include "sensors_gyro.h"
|
||||
|
||||
uint16_t calibratingG = 0;
|
||||
uint16_t acc_1G = 256; // this is the 1G measured acceleration.
|
||||
|
||||
static gyroConfig_t *gyroConfig;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue