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.
Dependencies: AQM0802A BufferedSerial FMOscillator MCP4922 mbed
Main.cpp@1:26bd8f8ad72f, 2015-03-21 (annotated)
- Committer:
- kb10uy
- Date:
- Sat Mar 21 08:31:59 2015 +0000
- Revision:
- 1:26bd8f8ad72f
- Parent:
- 0:9f4b89431b39
published
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| kb10uy | 0:9f4b89431b39 | 1 | #include "Main.h" |
| kb10uy | 0:9f4b89431b39 | 2 | |
| kb10uy | 0:9f4b89431b39 | 3 | int main(void) { |
| kb10uy | 0:9f4b89431b39 | 4 | while (1) { |
| kb10uy | 0:9f4b89431b39 | 5 | |
| kb10uy | 0:9f4b89431b39 | 6 | } |
| kb10uy | 0:9f4b89431b39 | 7 | return 0; |
| kb10uy | 0:9f4b89431b39 | 8 | } |