final groupe 1
Diff: DFPlayerMini.h
- Revision:
- 1:3c113420b97a
- Parent:
- 0:62b52a8325e3
diff -r 62b52a8325e3 -r 3c113420b97a DFPlayerMini.h --- a/DFPlayerMini.h Tue Nov 22 17:00:13 2016 +0000 +++ b/DFPlayerMini.h Sun Feb 03 19:36:20 2019 +0000 @@ -34,8 +34,8 @@ // =========================================================================== // Just a simple library for DFPlayer Mini porting from DFPlayer library V2.0. // (https://www.dfrobot.com/wiki/index.php/DFPlayer_Mini_SKU:DFR0299) -#ifndef MBED_SHIFTREG_H -#define MBED_DFPLAYERMINI_H +#include <stdio.h> +#include "mbed.h" class DFPlayerMini { public: @@ -78,6 +78,4 @@ void send_func (); void mp3_send_cmd (uint8_t cmd, uint16_t arg); void mp3_send_cmd (uint8_t cmd); -}; - -#endif \ No newline at end of file +}; \ No newline at end of file