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
Revision 3:df913b0f0d54, committed 2021-05-05
- Comitter:
- ackerden
- Date:
- Wed May 05 15:24:10 2021 +0000
- Parent:
- 2:b25892ce36c5
- Commit message:
- Audio;
Changed in this revision
| main.cpp | Show diff for this revision Revisions of this file |
--- a/main.cpp Wed May 05 14:59:42 2021 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-#import "mbed.h"
-#import "Lib_DFPlayerMini.h"
-
-int main(void){
-
- int i = 0;
-
- while(1){
-
- i++;
-
- }}
\ No newline at end of file