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

Fork of FastIO by Erik -

Revision:
20:ed72895a2402
Parent:
19:89d6ae484a35
Child:
21:a1dfa6c65400
--- a/FastIO.h	Fri Feb 05 14:47:23 2016 +0000
+++ b/FastIO.h	Tue May 17 20:06:23 2016 +0000
@@ -12,6 +12,7 @@
 #include "FastIO_LPC11XX.h"
 #include "FastIO_EFM32.h"
 #include "FastIO_LPC43XX.h"
+#include "FastIO_NRF51822.h"
 
 #ifndef INIT_PIN
 #warning Target is not supported by FastIO