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: Lib_DFPlayerMini
main.cpp@2:b25892ce36c5, 2021-05-05 (annotated)
- Committer:
- ackerden
- Date:
- Wed May 05 14:59:42 2021 +0000
- Revision:
- 2:b25892ce36c5
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| ackerden | 2:b25892ce36c5 | 1 | #import "mbed.h" |
| ackerden | 2:b25892ce36c5 | 2 | #import "Lib_DFPlayerMini.h" |
| ackerden | 2:b25892ce36c5 | 3 | |
| ackerden | 2:b25892ce36c5 | 4 | int main(void){ |
| ackerden | 2:b25892ce36c5 | 5 | |
| ackerden | 2:b25892ce36c5 | 6 | int i = 0; |
| ackerden | 2:b25892ce36c5 | 7 | |
| ackerden | 2:b25892ce36c5 | 8 | while(1){ |
| ackerden | 2:b25892ce36c5 | 9 | |
| ackerden | 2:b25892ce36c5 | 10 | i++; |
| ackerden | 2:b25892ce36c5 | 11 | |
| ackerden | 2:b25892ce36c5 | 12 | }} |