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
* Added instructions for installation with boards manager (stolen directly from esp8266)
* changed to production link instead of dev
* Added to main README. Made mods to images as requested.
* Added links for development package
* Moved version images to README.md
* Just a little change for cleaner look
* Cleaned up README.md and boards_manager.md to make installation easier.
# 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
0 commit comments