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