Jason Garner / registers-example

Dependencies:   ARM registers

Revision:
0:5fa5046f2ff5
Child:
2:e26c096f1946
diff -r 000000000000 -r 5fa5046f2ff5 registers.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/registers.h	Fri Dec 21 01:55:10 2012 +0000
@@ -0,0 +1,11 @@
+#ifndef __REGISTERS_H_
+#define __REGISTERS_H_
+
+//consoladates include statements for things i've written
+//that use the internal registers of the NXP LPC1768
+#include "DigitalIn.h"
+#include "DigitalOut.h"
+#include "functions.h"
+//TODO : MORE!!!!!!
+
+#endif
\ No newline at end of file