小车 走

Dependencies:   mbed

Revision:
1:d89a943c462e
Parent:
0:5d8b03e224fd
--- a/esp8266.h	Wed Jul 18 03:54:45 2018 +0000
+++ b/esp8266.h	Fri Jul 20 07:08:51 2018 +0000
@@ -1,4 +1,5 @@
-
+#ifndef ESP8266_H
+#define ESP8266_H
 #include "mbed.h"
 
 class Esp8266 {                                                                 //声明一个类
@@ -32,3 +33,4 @@
     bool get_control_cmd(char* actuator, char* value);
     // 热点模式
 };
+#endif
\ No newline at end of file