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:562021ed1ba9, 2018-01-13 (annotated)
- Committer:
- t_yamamoto
- Date:
- Sat Jan 13 13:33:09 2018 +0000
- Revision:
- 0:562021ed1ba9
NaganoNCT-MainBoardNRP2018
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
t_yamamoto | 0:562021ed1ba9 | 1 | #include "mbed.h" |
t_yamamoto | 0:562021ed1ba9 | 2 | |
t_yamamoto | 0:562021ed1ba9 | 3 | #include "System/Initialize/Initialize.h" |
t_yamamoto | 0:562021ed1ba9 | 4 | #include "System/Process/Process.h" |
t_yamamoto | 0:562021ed1ba9 | 5 | |
t_yamamoto | 0:562021ed1ba9 | 6 | int main(void) { |
t_yamamoto | 0:562021ed1ba9 | 7 | SystemInitialize(); |
t_yamamoto | 0:562021ed1ba9 | 8 | SystemProcess(); |
t_yamamoto | 0:562021ed1ba9 | 9 | } |
t_yamamoto | 0:562021ed1ba9 | 10 |