14#include "kx134_1211.h"
16static void Launch_exec(
Shell *, uint8_t *);
18DEFINE_PROGRAM_HANDLE(
"launch", Launch_exec)
27static void Launch_exec(
Shell *shell, uint8_t *flags) {
31 TaskHandle_t handle = xTaskGetHandle(
"StateUpdate");
32 xTaskAbortDelay(handle);
DeviceHandle_t DeviceList_getDeviceHandle(DeviceKey)
Retrieve device handle from list by key.
Struct definition for shell interface.
float accelData[KX134_1211_DATA_COUNT]
Processed accelerations array.