Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
registers.h@2:e26c096f1946, 2012-12-30 (annotated)
- 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?
| User | Revision | Line number | New 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 |