mirror of
https://github.com/HERDAC/SmartLightBLE.git
synced 2024-11-24 18:43:28 +00:00
11 lines
175 B
C
11 lines
175 B
C
|
#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
|