This commit is contained in:
Rémi Heredero
2021-04-16 21:15:54 +02:00
commit fec6f19309
19 changed files with 1122 additions and 0 deletions

10
lib/DFPlayer/DFPlayer.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef DFPLAYER_H_INCLUDED
#define DFPLAYER_H_INCLUDED
void setup_dfp();
void play(int fichier);
void stop();
boolean statut();
void volume(int vol = 10);
#endif