* Provide ADC values in mV instead of requiring the user to scale them * Changelog * Try converting poly calibration also * Update changelog and comments * Fix example
* Update `esp32-hal` examples * Update `esp32c2-hal` examples * Update `esp32c3-hal` examples * Update `esp32c6-hal` examples * Update `esp32h2-hal` examples * Update `esp32s2-hal` examples * Update `esp32s3-hal` examples * Fix the `ram.rs` examples
* adc_cal: s3: Add efuse functions for reading calibration * Add changelog entry * Implement calibrated ADC API for S3 * adc_cal: s3: Add calibrated ADC reading example * Clean up * Prefer where clauses * Clean up unnecessary unsafe blocks * Fix autolinks --------- Co-authored-by: Scott Mabin <scott@mabez.dev>