Audio

Dependencies:   Lib_DFPlayerMini

Files at this revision

API Documentation at this revision

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