esp-hal
esp-hal copied to clipboard
ADC for ESP32-S3
trafficstars
Currently we are missing the ADC implementation for ESP32-S3 because the SVD (and the PAC) doesn't contain it, yet.
Implement it when we have it and in a second step de-duplicate the ADC code (it's currently three similar copies of the same code)
The SENS peripheral has been added for the ESP32-S3 in #215, so once that's merged we can move forward with this. I think @JurajSadel was interested in tackling it (please assign yourself to this issue if you are!).