Replacement for regular GPIO (DigitalIn, DigitalOut, DigitalInOut) classes which has superior speed.

Fork of FastIO by Erik -

Revision:
21:a1dfa6c65400
Parent:
20:ed72895a2402
Child:
23:929068181dea
--- a/FastIO.h	Tue May 17 20:06:23 2016 +0000
+++ b/FastIO.h	Tue Sep 20 09:28:40 2016 +0000
@@ -8,6 +8,7 @@
 #include "FastIO_KLXX.h"
 #include "FastIO_K20D50M_KPSDK.h"
 #include "FastIO_STM32F4.h"
+#include "FastIO_STM32L073XX.h"
 #include "FastIO_NUCLEO_F030.h"
 #include "FastIO_LPC11XX.h"
 #include "FastIO_EFM32.h"