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

Fork of FastIO by Erik -

Revision:
23:929068181dea
Parent:
21:a1dfa6c65400
--- a/FastIO.h	Tue Sep 20 20:41:42 2016 +0000
+++ b/FastIO.h	Tue Oct 24 03:00:41 2017 +0000
@@ -14,6 +14,7 @@
 #include "FastIO_EFM32.h"
 #include "FastIO_LPC43XX.h"
 #include "FastIO_NRF51822.h"
+#include "FastIO_STM32F767ZI.h"
 
 #ifndef INIT_PIN
 #warning Target is not supported by FastIO