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@0:06ac39308380, 2014-04-07 (annotated)
- Committer:
- DaniusKalv
- Date:
- Mon Apr 07 18:41:42 2014 +0000
- Revision:
- 0:06ac39308380
- Child:
- 1:13c8ce9188f1
ko
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 | 0:06ac39308380 | 5 | matrix("LABAS LAURI"); |
DaniusKalv | 0:06ac39308380 | 6 | } |