Initial commit

Dependencies:   FastPWM

Committer:
lypinator
Date:
Wed Sep 16 01:11:49 2020 +0000
Revision:
0:bb348c97df44
Added PWM

Who changed what in which revision?

UserRevisionLine numberNew contents of line
lypinator 0:bb348c97df44 1 #ifndef UBLOX_LOW_LEVEL_API_H
lypinator 0:bb348c97df44 2 #define UBLOX_LOW_LEVEL_API_H
lypinator 0:bb348c97df44 3
lypinator 0:bb348c97df44 4 #ifdef __cplusplus
lypinator 0:bb348c97df44 5 extern "C" {
lypinator 0:bb348c97df44 6 #endif
lypinator 0:bb348c97df44 7
lypinator 0:bb348c97df44 8 void ublox_board_init(void);
lypinator 0:bb348c97df44 9
lypinator 0:bb348c97df44 10 #ifdef __cplusplus
lypinator 0:bb348c97df44 11 }
lypinator 0:bb348c97df44 12 #endif
lypinator 0:bb348c97df44 13
lypinator 0:bb348c97df44 14 #endif // UBLOX_LOW_LEVEL_H