mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-10-05 10:20:55 +02:00
03f5d62323f238552de57e91b48cff41a7a7009c
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)
cd hardware
mkdir espressif
cd espressif
git clone https://github.com/espressif/arduino-esp32.git esp32
- Download binary tools (you need Python 2.7)
cd esp32/tools
python get.py
- Restart Arduino
Description
Languages
C
74.1%
C++
25.4%
Makefile
0.3%
CMake
0.2%