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:
bogdanm
Date:
Mon Apr 07 18:28:36 2014 +0100
Revision:
82:6473597d706e
Release 82 of the mbed library

Main changes:

- support for K64F
- Revisited Nordic code structure
- Test infrastructure improvements
- various bug fixes

Who changed what in which revision?

UserRevisionLine numberNew contents of line
bogdanm 82:6473597d706e 1 // List of reserved pins for LPC1114
bogdanm 82:6473597d706e 2
bogdanm 82:6473597d706e 3 #ifndef RESERVED_PINS_H
bogdanm 82:6473597d706e 4 #define RESERVED_PINS_H
bogdanm 82:6473597d706e 5
bogdanm 82:6473597d706e 6 #define TARGET_RESERVED_PINS {P0_0, P0_11, P1_0, P1_1, P1_2}
bogdanm 82:6473597d706e 7
bogdanm 82:6473597d706e 8 #endif