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.cpp@0:93ce3fa57a5e, 2015-01-27 (annotated)
- Committer:
- mfiore
- Date:
- Tue Jan 27 17:22:38 2015 +0000
- Revision:
- 0:93ce3fa57a5e
- Child:
- 1:251634b26859
skeleton for demo code
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| mfiore | 0:93ce3fa57a5e | 1 | #include "mbed.h" |
| mfiore | 0:93ce3fa57a5e | 2 | #include "mtsas.h" |
| mfiore | 0:93ce3fa57a5e | 3 | |
| mfiore | 0:93ce3fa57a5e | 4 | int main (void) { |
| mfiore | 0:93ce3fa57a5e | 5 | return 0; |
| mfiore | 0:93ce3fa57a5e | 6 | } |