The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

mbed 2

This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.

Committer:
emilmont
Date:
Fri Feb 21 12:21:39 2014 +0000
Revision:
80:8e73be2a2ac1
Parent:
77:869cf507173a
First alpha release for the NRF51822 target (to be tested in the online IDE)

Who changed what in which revision?

UserRevisionLine numberNew contents of line
emilmont 77:869cf507173a 1 // List of reserved pins for C027 LPC1768
emilmont 77:869cf507173a 2
emilmont 77:869cf507173a 3 #ifndef RESERVED_PINS_H
emilmont 77:869cf507173a 4 #define RESERVED_PINS_H
emilmont 77:869cf507173a 5
emilmont 77:869cf507173a 6 #define TARGET_RESERVED_PINS {P3_26}
emilmont 77:869cf507173a 7
emilmont 77:869cf507173a 8 #endif