mbed(SerialHalfDuplex入り)

Fork of mbed by mbed official

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