Skip to main content
2 votes

ESP32 LEDC "hpoint" - Parameter

A few hours later I finally found a resource explaining this - so I thought: might make it a bit more accessible... Source: https://circuitlabs.net/led-pwm-controller-ledc-of-esp32/ Hpoint (Horizontal ...
St0fF's user avatar
  • 121
1 vote

Missing data when communicating over UART

There are a couple of issues here: while (Serial0.available() > 0) { response[index++] = Serial0.read(); timeout = millis() + 1000; } First, the variable timeout is updated, but its value is ...
Edgar Bonet's user avatar
  • 45.2k

Only top scored, non community-wiki answers of a minimum length are eligible