提交 03f5d623 编写于 作者: M me-no-dev 提交者: Ivan Grokhotkov

Wiring.h -> Arduino.h

上级 a72b8d56
......@@ -17,7 +17,7 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <Wiring.h>
#include <Arduino.h>
#include <IPAddress.h>
#include <Print.h>
......
......@@ -25,7 +25,7 @@
#include <stdio.h>
#include <string.h>
#include <math.h>
#include "Wiring.h"
#include "Arduino.h"
#include "Print.h"
extern "C" {
......
......@@ -20,7 +20,7 @@
parsing functions based on TextFinder library by Michael Margolis
*/
#include "Wiring.h"
#include "Arduino.h"
#include "Stream.h"
#include "esp32-hal.h"
......
......@@ -21,7 +21,6 @@
#define Character_h
#include <ctype.h>
#include "WTypes.h"
#define isascii(__c) ((unsigned)(__c)<=0177)
#define toascii(__c) ((__c)&0177)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册