123456789101112131415161718192021222324252627282930313233343536373839404142 |
- #ifndef UBLOXMON_H
- #define UBLOXMON_H
- #include "ubxmessage.h"
- #ifdef __cplusplus
- extern "C"
- {
- #endif
- extern struct UBXMsgBuffer getMON_VER_POLL();
- #ifdef __cplusplus
- }
- #endif
- #endif
|