NinjaFlight
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
ninjaflight.h File Reference
#include "config/accelerometer.h"
#include "ninja.h"
Include dependency graph for ninjaflight.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void ninja_calibrate_acc (struct ninja *self)
 
void ninja_calibrate_mag (struct ninja *self)
 
void applyAndSaveAccelerometerTrimsDelta (rollAndPitchTrims_t *rollAndPitchTrimsDelta)
 
void handleInflightCalibrationStickPosition (void)
 
bool ninja_is_calibrating (struct ninja *self)
 
void ninja_update_transponder (struct ninja *self)
 

Function Documentation

void applyAndSaveAccelerometerTrimsDelta ( rollAndPitchTrims_t *  rollAndPitchTrimsDelta)
void handleInflightCalibrationStickPosition ( void  )
void ninja_calibrate_acc ( struct ninja self)

Here is the call graph for this function:

void ninja_calibrate_mag ( struct ninja self)

Here is the call graph for this function:

bool ninja_is_calibrating ( struct ninja self)

Here is the call graph for this function:

void ninja_update_transponder ( struct ninja self)