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
# Arduino core for ESP32 WiFi chip [](https://travis-ci.org/espressif/arduino-esp32)
4
2
5
3
### Need help or have a question? Join the chat at [](https://gitter.im/espressif/arduino-esp32?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[Latest development release ](https://github.com/espressif/arduino-esp32/releases/latest/)
16
+
15
17
Most of the framework is implemented. Most noticable is the missing analogWrite. While analogWrite is on it's way, there are a few other options that you can use:
16
18
- 16 channels [LEDC](cores/esp32/esp32-hal-ledc.h) which is PWM
17
19
- 8 channels [SigmaDelta](cores/esp32/esp32-hal-sigmadelta.h) which uses SigmaDelta modulation
18
20
- 2 channels [DAC](cores/esp32/esp32-hal-dac.h) which gives real analog output
19
21
20
22
## Installation Instructions
21
-
22
-
- Using Arduino IDE
23
+
- Using Arduino IDE Boards Manager (preferred)
24
+
+[Instructions for Boards Manager](docs/arduino-ide/boards_manager.md)
25
+
- Using Arduino IDE with the development repository
23
26
+[Instructions for Windows](docs/arduino-ide/windows.md)
24
27
+[Instructions for Mac](docs/arduino-ide/mac.md)
25
28
+[Instructions for Debian/Ubuntu Linux](docs/arduino-ide/debian_ubuntu.md)
0 commit comments