We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9717dee commit efcd034Copy full SHA for efcd034
README.md
@@ -1 +1,21 @@
1
-#Arduino framework for ESP32
+Arduino core for ESP32 WiFi chip
2
+===========================================
3
+
4
+### Installation
5
+- Install Arduino 1.6.9
6
+- Go to Arduino directory
7
+- Clone this repository into hardware/espressif/esp32 directory (or clone it elsewhere and create a symlink)
8
+```bash
9
+cd hardware
10
+mkdir espressif
11
+cd espressif
12
+git clone https://github.com/espressif/arduino-esp32.git esp32
13
+```
14
+- Download binary tools (you need Python 2.7)
15
16
+cd esp32/tools
17
+python get.py
18
19
+- Restart Arduino
20
21
+
0 commit comments