Jason Garner / registers-example

Dependencies:   ARM registers

Committer:
elevatorguy
Date:
Sun Dec 30 04:58:42 2012 +0000
Revision:
2:e26c096f1946
Parent:
0:5fa5046f2ff5
Child:
3:88da6c0412b0
Timer work

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 2:e26c096f1946 8 #include "Serial.h"
elevatorguy 0:5fa5046f2ff5 9 #include "functions.h"
elevatorguy 2:e26c096f1946 10 #include "Timer.h"
elevatorguy 0:5fa5046f2ff5 11 //TODO : MORE!!!!!!
elevatorguy 0:5fa5046f2ff5 12
elevatorguy 0:5fa5046f2ff5 13 #endif