Replacement for regular GPIO (DigitalIn, DigitalOut, DigitalInOut) classes which has superior speed. (modified for use opendrain in stm32)

Dependents:   hctl2032_encoder

Fork of FastIO by Erik -

Revision:
7:1e784ae11fba
Parent:
6:da3730030c07
Child:
8:b0d725519c4f
--- a/FastIO.h	Thu Jul 17 15:08:03 2014 +0000
+++ b/FastIO.h	Tue Jul 29 18:58:05 2014 +0000
@@ -8,6 +8,7 @@
 #include "FastIO_K20D50M.h"
 #include "FastIO_NUCLEO_F401.h"
 #include "FastIO_NUCLEO_F030.h"
+#include "FastIO_LPC11XX.h"
 
 #ifndef INIT_PIN
 #warning Target is not supported by FastIO