Initial commit

Dependencies:   FastPWM

mbed-dev-master/targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F437xG/TARGET_UBLOX_C030/ublox_low_level_api.h

Committer:
lypinator
Date:
2020-09-16
Revision:
0:bb348c97df44

File content as of revision 0:bb348c97df44:

#ifndef UBLOX_LOW_LEVEL_API_H
#define UBLOX_LOW_LEVEL_API_H

#ifdef __cplusplus
extern "C" {
#endif

void ublox_board_init(void);

#ifdef __cplusplus
}
#endif

#endif // UBLOX_LOW_LEVEL_H