mbed library sources

Dependents:   frdm_kl05z_gpio_test

Fork of mbed-src by mbed official

targets/hal/TARGET_NXP/TARGET_LPC176X/TARGET_UBLOX_C027/C027_api.h

Committer:
mbed_official
Date:
2014-05-16
Revision:
194:718a82ebba31

File content as of revision 194:718a82ebba31:

#ifndef C027_H
#define C027_H

#ifdef __cplusplus
extern "C" {
#endif

void c027_init(void);

void c027_mdm_powerOn(int usb);

void c027_mdm_powerOff(void);

void c027_gps_powerOn(void);

void c027_gps_powerOff(void);

#ifdef __cplusplus
}
#endif

#endif // C027_H