nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches

◆ sensor_configs

const struct sm_sensor_config sensor_configs[]
static
Initial value:
= {
{
.dev = DEVICE_DT_GET(DT_NODELABEL(sensor_sim)),
.event_descr = CONFIG_ML_APP_SENSOR_EVENT_DESCR,
.chans = accel_chan,
.chan_cnt = ARRAY_SIZE(accel_chan),
.sampling_period_ms = 20,
.active_events_limit = 3,
},
}
static const struct caf_sampled_channel accel_chan[]
Definition sensor_manager_def.h:19