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:
3:3dd9466e73fc
Parent:
2:1a6ed4b84590
Child:
4:6ebbf25b9167
--- a/FastIO.h	Fri Jul 04 17:28:45 2014 +0000
+++ b/FastIO.h	Sat Jul 12 09:48:05 2014 +0000
@@ -5,6 +5,7 @@
 #include "FastIO_LPC11UXX.h"
 #include "FastIO_LPC81X.h"
 #include "FastIO_KLXX.h"
+#include "FastIO_K20D50M.h"
 
 #ifndef INIT_PIN
 #warning Target is not supported by FastIO