We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 608f734 commit fae34a2Copy full SHA for fae34a2
hardware/esp8266com/esp8266/cores/esp8266/Esp.h
@@ -1,8 +1,8 @@
1
-/*
+/*
2
Esp.h - ESP8266-specific APIs
3
Copyright (c) 2015 Ivan Grokhotkov. All rights reserved.
4
This file is part of the esp8266 core for Arduino environment.
5
-
+
6
This library is free software; you can redistribute it and/or
7
modify it under the terms of the GNU Lesser General Public
8
License as published by the Free Software Foundation; either
@@ -20,6 +20,9 @@
20
21
#ifndef ESP_H
22
#define ESP_H
23
24
+#include <Arduino.h>
25
26
/**
27
* AVR macros for WDT managment
28
*/
0 commit comments