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
### 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
-
17
-
Most of the framework is implemented. Most noticeable is the missing analogWrite. While analogWrite is on it's way, there are a few other options that you can use:
18
-
- 16 channels [LEDC](cores/esp32/esp32-hal-ledc.h) which is PWM
19
-
- 8 channels [SigmaDelta](cores/esp32/esp32-hal-sigmadelta.h) which uses SigmaDelta modulation
20
-
- 2 channels [DAC](cores/esp32/esp32-hal-dac.h) which gives real analog output
21
-
22
12
## Installation Instructions
23
13
- Using Arduino IDE Boards Manager (preferred)
24
14
+[Instructions for Boards Manager](docs/arduino-ide/boards_manager.md)
@@ -42,7 +32,6 @@ Before reporting an issue, make sure you've searched for similar one that was al
42
32
43
33
Finally, if you're sure no one else had the issue, follow the [ISSUE_TEMPLATE](docs/ISSUE_TEMPLATE.md) while reporting any issue.
0 commit comments