Closed
Description
How can I use the Sigma-Delta ADC (SDADC) in the Arduino environment? The "analogRead" command belongs to the SAR ADCs from what I understand. Going the HAL way like I did in the TrueStudio seems not to work even all the nesseccary libs are available.
My questions:
- How can I use the HAL SDADC functions?
- Is there a roadmap to implement the SDADC native into Arduino?
- How can I contribute to the implementation?
Regards.