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.
Dependents: Pinscape_Controller_v1 Pinscape_Controller Pinscape_Controller_V2_arnoz Pinscape_Controller_V2
Fork of FastIO by
Diff: FastIO_LPC11UXX.h
- Revision:
- 2:1a6ed4b84590
- Parent:
- 0:d394ebd01052
--- a/FastIO_LPC11UXX.h Wed Jul 02 06:01:51 2014 +0000 +++ b/FastIO_LPC11UXX.h Fri Jul 04 17:28:45 2014 +0000 @@ -12,6 +12,7 @@ static inline void initpin(PinName pin); #define INIT_PIN container.mask = PINMASK; initpin(pin) +#define DESTROY_PIN #define SET_DIR_INPUT (LPC_GPIO->DIR[PORT] &= ~PINMASK) #define SET_DIR_OUTPUT (LPC_GPIO->DIR[PORT] |= PINMASK)
