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: mbed
main.cpp@2:8971078b1ccf, 2019-03-25 (annotated)
- Committer:
- Wael_H
- Date:
- Mon Mar 25 16:12:41 2019 +0000
- Revision:
- 2:8971078b1ccf
- Parent:
- 1:2f41ff56545e
- Child:
- 3:fcdb215feace
demarrage du projet
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Wael_H | 2:8971078b1ccf | 1 | #include "mbed.h" |
Wael_H | 2:8971078b1ccf | 2 | |
Wael_H | 2:8971078b1ccf | 3 | int main(void) |
Wael_H | 2:8971078b1ccf | 4 | { |
Wael_H | 2:8971078b1ccf | 5 | |
Wael_H | 2:8971078b1ccf | 6 | |
Wael_H | 2:8971078b1ccf | 7 | return 0; |
Wael_H | 2:8971078b1ccf | 8 | } |