NinjaFlight
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
sensor.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef void(* sensorInitFuncPtr )(void)
 
typedef bool(* sensorReadFuncPtr )(int16_t *data)
 
typedef void(* sensorAccInitFuncPtr )(struct acc_s *acc)
 
typedef void(* sensorGyroInitFuncPtr )(uint8_t lpf)
 
typedef bool(* sensorIsDataReadyFuncPtr )(void)
 

Typedef Documentation

typedef void(* sensorAccInitFuncPtr)(struct acc_s *acc)
typedef void(* sensorGyroInitFuncPtr)(uint8_t lpf)
typedef void(* sensorInitFuncPtr)(void)
typedef bool(* sensorIsDataReadyFuncPtr)(void)
typedef bool(* sensorReadFuncPtr)(int16_t *data)