Replies: 1 comment 1 reply
-
Two issue there:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all :-)
Currently I am trying to get a simple DAC up and running which is controlled by a web server.
This code was used as a template (and works fine): https://microcontrollerslab.com/esp32-pwm-slider-web-server-control-led-brightness/
This is the modified code (the LED-commands were deleted and DAC-commands added)
Apparently there is problem with the definition of the variables and the compiler gives an error message.
"slider_value" is string, but DAC requires uint8_t as an input.
How can this problem be solved?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions