Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-src by
targets/hal/TARGET_NXP/reserved_pins.h@43:b3acfef78949, 2013-10-27 (annotated)
- Committer:
- minicube
- Date:
- Sun Oct 27 20:12:31 2013 +0000
- Revision:
- 43:b3acfef78949
- Parent:
- targets/hal/TARGET_NXP/TARGET_LPC11XX_11CXX/TARGET_LPC11XX/reserved_pins.h@30:91c1d09ada54
mbed SDK; LPC1114FN28 use only
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| mbed_official | 30:91c1d09ada54 | 1 | // List of reserved pins for LPC1114 |
| mbed_official | 30:91c1d09ada54 | 2 | |
| mbed_official | 30:91c1d09ada54 | 3 | #ifndef RESERVED_PINS_H |
| mbed_official | 30:91c1d09ada54 | 4 | #define RESERVED_PINS_H |
| mbed_official | 30:91c1d09ada54 | 5 | |
| mbed_official | 30:91c1d09ada54 | 6 | #define TARGET_RESERVED_PINS {P0_0, P0_11, P1_0, P1_1, P1_2} |
| mbed_official | 30:91c1d09ada54 | 7 | |
| mbed_official | 30:91c1d09ada54 | 8 | #endif |
