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
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
15
15
[Latest development release ](https://github.com/espressif/arduino-esp32/releases/latest/)
16
16
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:
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
18
- 16 channels [LEDC](cores/esp32/esp32-hal-ledc.h) which is PWM
19
19
- 8 channels [SigmaDelta](cores/esp32/esp32-hal-sigmadelta.h) which uses SigmaDelta modulation
20
20
- 2 channels [DAC](cores/esp32/esp32-hal-dac.h) which gives real analog output
0 commit comments