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:0c06e1904bd2, 2016-12-15 (annotated)
- Committer:
- TheoHavercroft
- Date:
- Thu Dec 15 16:27:04 2016 +0000
- Revision:
- 0:0c06e1904bd2
.
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| TheoHavercroft | 0:0c06e1904bd2 | 1 | #include "MicroBit.h" |
| TheoHavercroft | 0:0c06e1904bd2 | 2 | MicroBit uBit; |
| TheoHavercroft | 0:0c06e1904bd2 | 3 | |
| TheoHavercroft | 0:0c06e1904bd2 | 4 | int main() |
| TheoHavercroft | 0:0c06e1904bd2 | 5 | { |
| TheoHavercroft | 0:0c06e1904bd2 | 6 | uBit.init(); |
| TheoHavercroft | 0:0c06e1904bd2 | 7 | uBit.display.scroll("Theo lmao"); |
| TheoHavercroft | 0:0c06e1904bd2 | 8 | } |
| TheoHavercroft | 0:0c06e1904bd2 | 9 |