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@4:6ed8900881e8, 2013-01-03 (annotated)
- Committer:
- elevatorguy
- Date:
- Thu Jan 03 03:57:07 2013 +0000
- Revision:
- 4:6ed8900881e8
- Parent:
- 3:88da6c0412b0
Timeout
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 | 3:88da6c0412b0 | 11 | #include "Ticker.h" |
| elevatorguy | 4:6ed8900881e8 | 12 | #include "Timeout.h" |
| elevatorguy | 0:5fa5046f2ff5 | 13 | //TODO : MORE!!!!!! |
| elevatorguy | 0:5fa5046f2ff5 | 14 | |
| elevatorguy | 0:5fa5046f2ff5 | 15 | #endif |