ads1115 only
Fork of mbed by
Diff: PortInOut.h
- Revision:
- 27:7110ebee3484
- Parent:
- 24:e2ac27c8e93e
- Child:
- 28:667d61c9177b
--- a/PortInOut.h Fri Feb 11 10:33:02 2011 +0000 +++ b/PortInOut.h Tue Nov 29 14:59:27 2011 +0000 @@ -1,10 +1,14 @@ /* mbed Microcontroller Library - PortInOut - * Copyright (c) 2006-2009 ARM Limited. All rights reserved. + * Copyright (c) 2006-2011 ARM Limited. All rights reserved. */ #ifndef MBED_PORTINOUT_H #define MBED_PORTINOUT_H +#include "device.h" + +#if DEVICE_PORTINOUT + #include "PortNames.h" #include "PinNames.h" @@ -92,3 +96,5 @@ } // namespace mbed #endif + +#endif