esp-hal icon indicating copy to clipboard operation
esp-hal copied to clipboard

ADC for ESP32-S3

Open bjoernQ opened this issue 3 years ago • 1 comments
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)

bjoernQ avatar Sep 07 '22 06:09 bjoernQ

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!).

jessebraham avatar Oct 18 '22 18:10 jessebraham