You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@ Arduino core for ESP8266 WiFi chip
9
9
10
10
# Arduino on ESP8266
11
11
12
-
This project brings support for ESP8266 chip to the Arduino environment. It lets you write sketches using familiar Arduino functions and libraries, and run them directly on ESP8266, no external microcontroller required.
12
+
This project brings support for the ESP8266 chip to the Arduino environment. It lets you write sketches, using familiar Arduino functions and libraries, and run them directly on ESP8266, with no external microcontroller required.
13
13
14
-
ESP8266 Arduino core comes with libraries to communicate over WiFi using TCP and UDP, set up HTTP, mDNS, SSDP, and DNS servers, do OTA updates, use a file system in flash memory, work with SD cards, servos, SPI and I2C peripherals.
14
+
ESP8266 Arduino core comes with libraries to communicate over WiFi using TCP and UDP, set up HTTP, mDNS, SSDP, and DNS servers, do OTA updates, use a file system in flash memory, and work with SD cards, servos, SPI and I2C peripherals.
15
15
16
16
# Contents
17
17
- Installing options:
@@ -71,9 +71,9 @@ python get.py
71
71
### Using PlatformIO
72
72
73
73
[PlatformIO](https://platformio.org?utm_source=github&utm_medium=arduino-esp8266) is an open source ecosystem for IoT
74
-
development with a cross-platform build system, library manager and full support
75
-
for Espressif (ESP8266) development. It works on the popular host OS: macOS, Windows,
76
-
Linux 32/64, Linux ARM (like Raspberry Pi, BeagleBone, CubieBoard).
74
+
development with a cross-platform build system, a library manager, and full support
75
+
for Espressif (ESP8266) development. It works on the following popular host operating systems: macOS, Windows,
76
+
Linux 32/64, and Linux ARM (like Raspberry Pi, BeagleBone, CubieBoard).
77
77
78
78
- [What is PlatformIO?](https://docs.platformio.org/en/latest/what-is-platformio.html?utm_source=github&utm_medium=arduino-esp8266)
@@ -95,7 +95,7 @@ Documentation for latest development version: https://arduino-esp8266.readthedoc
95
95
96
96
### Issues and support ###
97
97
98
-
[ESP8266 Community Forum](https://www.esp8266.com/u/arduinoanswers) is a well-established community forquestions and answers about Arduino for ESP8266. If you need help, have a "How do I..." type question, have a problem with a 3rd party lib not hostedin this repo, or just want to discuss how to approach a problem, please ask there.
98
+
[ESP8266 Community Forum](https://www.esp8266.com/u/arduinoanswers) is a well-established community forquestions and answers about Arduino for ESP8266. If you need help, have a "How do I..." type question, have a problem with a 3rd party library not hostedin this repo, or just want to discuss how to approach a problem, please ask there.
99
99
100
100
If you find the forum useful, please consider supporting it with a donation. <br />
@@ -107,7 +107,7 @@ Please provide as much context as possible, as well as the information requested
107
107
- ESP8266 Arduino core version which you are using (you can check it in Boards Manager)
108
108
- your sketch code; please wrap it into a code block, see [Github markdown manual](https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code)
109
109
- when encountering an issue that happens at run time, attach the serial output. Wrap it into a code block, just like the code.
110
-
- forissues which happen at compile time, enable verbose compiler outputin the IDE preferences, and attach that output (also inside a code block)
110
+
- forissues that happen at compile time, enable verbose compiler outputin the IDE preferences, and attach that output (also inside a code block)
0 commit comments