add LPC4337
Fork of FastIO by
Diff: FastIO.h
- Revision:
- 15:e0c5a5216647
- Parent:
- 13:0e21ffc6cb84
- Child:
- 18:c95920122b2e
--- a/FastIO.h Sun May 17 20:21:41 2015 +0000 +++ b/FastIO.h Thu Jul 09 21:11:39 2015 +0000 @@ -9,6 +9,7 @@ #include "FastIO_STM32F4.h" #include "FastIO_NUCLEO_F030.h" #include "FastIO_LPC11XX.h" +#include "FastIO_EFM32.h" #ifndef INIT_PIN #warning Target is not supported by FastIO @@ -80,7 +81,7 @@ return read(); }; - private: + protected: fastio_vars container; };