8 lines
111 B
C
8 lines
111 B
C
#ifndef __DFPLAYERMINI_H_
|
|
#define __DFPLAYERMINI_H_
|
|
|
|
#include <stdint.h>
|
|
|
|
uint8_t dfplayermini_init();
|
|
|
|
#endif
|