mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Merge branch 'master' into betaflight
Conflicts: src/main/drivers/accgyro_mpu3050.c src/main/drivers/accgyro_mpu6050.c src/main/drivers/accgyro_spi_mpu6000.c src/main/drivers/accgyro_spi_mpu6500.c src/main/drivers/sensor.h
This commit is contained in:
commit
dae052632c
24 changed files with 201 additions and 92 deletions
|
@ -18,5 +18,5 @@
|
|||
#pragma once
|
||||
|
||||
typedef void (*sensorInitFuncPtr)(void); // sensor init prototype
|
||||
typedef void (*sensorReadFuncPtr)(int16_t *data); // sensor read and align prototype
|
||||
typedef bool (*sensorReadFuncPtr)(int16_t *data); // sensor read and align prototype
|
||||
typedef void (*sensorInterruptFuncPtr)(bool *data); // sensor read and align prototype
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue