MCPcopy Create free account
hub / github.com/OpenEarable/open-earable / ModuleID

Enum ModuleID

src/custom_sensor/SensorID_Earable.h:24–29  ·  view source on GitHub ↗

In correct order ID ascending

Source from the content-addressed store, hash-verified

22
23// In correct order ID ascending
24enum ModuleID {
25 MODULE_IMU,
26 MODULE_BARO,
27 MODULE_PDM,
28 //MODULE_DUMMY
29};
30
31const SensorComponent ACC_COMPONENTS[] = {
32 {"ACC", PARSE_TYPE_FLOAT, "X", "g"},

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected