Jason Garner / registers-example

Dependencies:   ARM registers

Committer:
elevatorguy
Date:
Fri Dec 21 01:55:10 2012 +0000
Revision:
0:5fa5046f2ff5
Child:
2:e26c096f1946
initial commit, I have DigitalOut, DigitalIn and wait() working

Who changed what in which revision?

UserRevisionLine numberNew contents of line
elevatorguy 0:5fa5046f2ff5 1 #ifndef __REGISTERS_H_
elevatorguy 0:5fa5046f2ff5 2 #define __REGISTERS_H_
elevatorguy 0:5fa5046f2ff5 3
elevatorguy 0:5fa5046f2ff5 4 //consoladates include statements for things i've written
elevatorguy 0:5fa5046f2ff5 5 //that use the internal registers of the NXP LPC1768
elevatorguy 0:5fa5046f2ff5 6 #include "DigitalIn.h"
elevatorguy 0:5fa5046f2ff5 7 #include "DigitalOut.h"
elevatorguy 0:5fa5046f2ff5 8 #include "functions.h"
elevatorguy 0:5fa5046f2ff5 9 //TODO : MORE!!!!!!
elevatorguy 0:5fa5046f2ff5 10
elevatorguy 0:5fa5046f2ff5 11 #endif