From efcd034622ac202ba71d32a49ec245fdd60162f9 Mon Sep 17 00:00:00 2001 From: Me No Dev Date: Thu, 6 Oct 2016 14:36:15 +0300 Subject: [PATCH] Update README.md --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d6c9d624..c12ecbb3 100644 --- a/README.md +++ b/README.md @@ -1 +1,21 @@ -#Arduino framework for ESP32 +Arduino core for ESP32 WiFi chip +=========================================== + +### Installation +- Install Arduino 1.6.9 +- Go to Arduino directory +- Clone this repository into hardware/espressif/esp32 directory (or clone it elsewhere and create a symlink) +```bash +cd hardware +mkdir espressif +cd espressif +git clone https://github.com/espressif/arduino-esp32.git esp32 +``` +- Download binary tools (you need Python 2.7) +```bash +cd esp32/tools +python get.py +``` +- Restart Arduino + +![Pin Functions](doc/esp32_pinmap.png)