Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-dev by
targets/TARGET_NXP/TARGET_LPC176X/TARGET_UBLOX_C027/C027_api.h@149:156823d33999, 2016-10-28 (annotated)
- Committer:
- <>
- Date:
- Fri Oct 28 11:17:30 2016 +0100
- Revision:
- 149:156823d33999
- Parent:
- targets/hal/TARGET_NXP/TARGET_LPC176X/TARGET_UBLOX_C027/C027_api.h@144:ef7eb2e8f9f7
This updates the lib to the mbed lib v128
NOTE: This release includes a restructuring of the file and directory locations and thus some
include paths in your code may need updating accordingly.
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| <> | 144:ef7eb2e8f9f7 | 1 | #ifndef C027_H |
| <> | 144:ef7eb2e8f9f7 | 2 | #define C027_H |
| <> | 144:ef7eb2e8f9f7 | 3 | |
| <> | 144:ef7eb2e8f9f7 | 4 | #ifdef __cplusplus |
| <> | 144:ef7eb2e8f9f7 | 5 | extern "C" { |
| <> | 144:ef7eb2e8f9f7 | 6 | #endif |
| <> | 144:ef7eb2e8f9f7 | 7 | |
| <> | 144:ef7eb2e8f9f7 | 8 | void c027_init(void); |
| <> | 144:ef7eb2e8f9f7 | 9 | |
| <> | 144:ef7eb2e8f9f7 | 10 | void c027_mdm_powerOn(int usb); |
| <> | 144:ef7eb2e8f9f7 | 11 | |
| <> | 144:ef7eb2e8f9f7 | 12 | void c027_mdm_powerOff(void); |
| <> | 144:ef7eb2e8f9f7 | 13 | |
| <> | 144:ef7eb2e8f9f7 | 14 | void c027_gps_powerOn(void); |
| <> | 144:ef7eb2e8f9f7 | 15 | |
| <> | 144:ef7eb2e8f9f7 | 16 | void c027_gps_powerOff(void); |
| <> | 144:ef7eb2e8f9f7 | 17 | |
| <> | 144:ef7eb2e8f9f7 | 18 | #ifdef __cplusplus |
| <> | 144:ef7eb2e8f9f7 | 19 | } |
| <> | 144:ef7eb2e8f9f7 | 20 | #endif |
| <> | 144:ef7eb2e8f9f7 | 21 | |
| <> | 144:ef7eb2e8f9f7 | 22 | #endif // C027_H |
