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 MBED LPC1768
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 {}
bogdanm 82:6473597d706e 7
bogdanm 82:6473597d706e 8 #endif