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.
main.h@1:a15c639615a9, 2014-12-28 (annotated)
- Committer:
- johnsonzzd
- Date:
- Sun Dec 28 09:59:17 2014 +0000
- Revision:
- 1:a15c639615a9
- Parent:
- 0:29726aa3572b
AD7792
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| johnsonzzd | 0:29726aa3572b | 1 | #ifndef __MAIN_H |
| johnsonzzd | 0:29726aa3572b | 2 | #define __MAIN_H |
| johnsonzzd | 0:29726aa3572b | 3 | |
| johnsonzzd | 0:29726aa3572b | 4 | #include "mbed.h" |
| johnsonzzd | 0:29726aa3572b | 5 | #include "basic_types.h" |
| johnsonzzd | 0:29726aa3572b | 6 | #include "AD7792.h" |
| johnsonzzd | 0:29726aa3572b | 7 | |
| johnsonzzd | 0:29726aa3572b | 8 | #endif /* __MAIN_H */ |