Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
algorithm_tilt_config Struct Reference

#include <tilt.h>

Data Fields

struct algorithm_runner_common_config common
 Common algorithm configuration.
 
float iir_filter_alpha
 IIR filter alpha (see iir_filter_single_pole_f32)
 
uint8_t one_g_percent
 Percentage within one G magnitude must be to use for tilt calculation.
 

Field Documentation

◆ common

struct algorithm_runner_common_config algorithm_tilt_config::common

Common algorithm configuration.

◆ iir_filter_alpha

float algorithm_tilt_config::iir_filter_alpha

IIR filter alpha (see iir_filter_single_pole_f32)

◆ one_g_percent

uint8_t algorithm_tilt_config::one_g_percent

Percentage within one G magnitude must be to use for tilt calculation.


The documentation for this struct was generated from the following file: