SmartLightBLE/lib/DFPlayer/DFPlayer.h

11 lines
175 B
C
Raw Permalink Normal View History

2021-04-16 19:15:54 +00:00
#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