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:2f0362fef062, 2019-03-11 (annotated)
- Committer:
- kocemax
- Date:
- Mon Mar 11 18:37:43 2019 +0000
- Revision:
- 0:2f0362fef062
- Child:
- 1:b82c4c2de9a8
initial commit
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
kocemax | 0:2f0362fef062 | 1 | /* |
kocemax | 0:2f0362fef062 | 2 | ELEC2645 Embedded Systems Project |
kocemax | 0:2f0362fef062 | 3 | School of Electronic & Electrical Engineering University of Leeds |
kocemax | 0:2f0362fef062 | 4 | Name: Kostadin Chakarov |
kocemax | 0:2f0362fef062 | 5 | Username: el17kec |
kocemax | 0:2f0362fef062 | 6 | Student ID Number:201171978 Date:11/03/2019 |
kocemax | 0:2f0362fef062 | 7 | */ |
kocemax | 0:2f0362fef062 | 8 | |
kocemax | 0:2f0362fef062 | 9 | #include "mbed.h" |
kocemax | 0:2f0362fef062 | 10 | |
kocemax | 0:2f0362fef062 | 11 | int main() |
kocemax | 0:2f0362fef062 | 12 | { |
kocemax | 0:2f0362fef062 | 13 | |
kocemax | 0:2f0362fef062 | 14 | } |