mirror of
				https://github.com/HERDAC/SmartLightBLE.git
				synced 2025-10-31 05:59:19 +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
 |