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@1:13c8ce9188f1, 2014-06-23 (annotated)
- Committer:
- DaniusKalv
- Date:
- Mon Jun 23 22:06:26 2014 +0000
- Revision:
- 1:13c8ce9188f1
- Parent:
- 0:06ac39308380
- Child:
- 2:3cc1e2dec7a2
Shows a text, but not a long one
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
DaniusKalv | 0:06ac39308380 | 1 | #include "mbed.h" |
DaniusKalv | 0:06ac39308380 | 2 | #include "matrix.h" |
DaniusKalv | 0:06ac39308380 | 3 | |
DaniusKalv | 0:06ac39308380 | 4 | int main() { |
DaniusKalv | 1:13c8ce9188f1 | 5 | matrix("WELCOME!"); |
DaniusKalv | 0:06ac39308380 | 6 | } |