Conventions
Use the VmiConfig structure to configure the sensor input. The structure of VmiConfig is as follows:
1 2 3 | struct VmiConfig { uint32_t version; } __attribute__((packed)); |
Parent topic: Sensor Input Development
Use the VmiConfig structure to configure the sensor input. The structure of VmiConfig is as follows:
1 2 3 | struct VmiConfig { uint32_t version; } __attribute__((packed)); |