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