Skip to content

Commit efcd034

Browse files
me-no-devigrr
authored andcommitted
Update README.md
1 parent 9717dee commit efcd034

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

+21-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,21 @@
1-
#Arduino framework for ESP32
1+
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+
```bash
16+
cd esp32/tools
17+
python get.py
18+
```
19+
- Restart Arduino
20+
21+
![Pin Functions](doc/esp32_pinmap.png)

0 commit comments

Comments
 (0)