Board support library for C027

Dependents:   IoTWorkshopLCD IoTWorkshopBuzzer IoTWorkshopSensors C027_USSDTest ... more

Fork of C027 by u-blox

/media/uploads/ublox/c027_pinout_new.png

Revision:
2:b7bd3660ff64
Child:
3:b54777b90da1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/C027.h	Wed Oct 16 08:55:05 2013 +0000
@@ -0,0 +1,11 @@
+/*  Platform header file, for the u-blox C27-C20/U20/G35 
+*   mbed Internet of Things Starter Kit
+*   http://mbed.org/platforms/u-blox-C027/
+*   
+*/
+
+#pragma once
+
+// override the weak mbed die function that flashes the leds. 
+// leds are not avilable on the C027 board
+void mbed_die(void);
\ No newline at end of file