Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ulp): write output mode to the correct register
Fixes register mixup. According to the ESP32-S3 TRM (pages 515-516), the output pin's mode is set in the RTC_GPIO_PINn_REG, bit RTC_GPIO_PINn_PAD_DRIVER not the RTC_IO_TOUCH_PADn_REG field RTC_IO_TOUCH_PADn_DRV, which instead controls the drive output strength.
- Loading branch information