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: PokittoLib
Fork of Asterocks by
main.cpp@4:46e28b959b54, 2017-10-12 (annotated)
- Committer:
- Pokitto
- Date:
- Thu Oct 12 10:45:15 2017 +0000
- Revision:
- 4:46e28b959b54
- Parent:
- 0:2d2a3994d55d
my_settings fixed
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| Pokitto | 0:2d2a3994d55d | 1 | #include "Pokitto.h" |
| Pokitto | 0:2d2a3994d55d | 2 | |
| Pokitto | 4:46e28b959b54 | 3 | Pokitto::Core aster; |
| Pokitto | 4:46e28b959b54 | 4 | |
| Pokitto | 4:46e28b959b54 | 5 | int main() |
| Pokitto | 4:46e28b959b54 | 6 | { |
| Pokitto | 4:46e28b959b54 | 7 | aster.begin(); |
| Pokitto | 4:46e28b959b54 | 8 | |
| Pokitto | 4:46e28b959b54 | 9 | setup(); |
| Pokitto | 0:2d2a3994d55d | 10 | |
| Pokitto | 4:46e28b959b54 | 11 | while( aster.isRunning() ) |
| Pokitto | 4:46e28b959b54 | 12 | { |
| Pokitto | 4:46e28b959b54 | 13 | loop(); |
| Pokitto | 4:46e28b959b54 | 14 | } |
| Pokitto | 4:46e28b959b54 | 15 | } |
| Pokitto | 4:46e28b959b54 | 16 | |
| Pokitto | 4:46e28b959b54 | 17 | |
| Pokitto | 4:46e28b959b54 | 18 |
