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

C027.cpp

Committer:
mazgch
Date:
2013-10-16
Revision:
2:b7bd3660ff64
Child:
3:b54777b90da1

File content as of revision 2:b7bd3660ff64:

/*  Platform source file, for the u-blox C27-C20/U20/G35 
*   mbed Internet of Things Starter Kit
*   http://mbed.org/platforms/u-blox-C027/
*   
*/

#include "C027.h"

void mbed_die(void)
{
    for (;;)
    {
        // nothing to do here
        
        // we do not have any fancy leds that 
        // can be flashed on our platform
    }
}