Skip to content

Added signed int output for ADC Devices

Evan Paul Mladina requested to merge ADC_Datatype_changes into master

Changed uint32_t to int32_t, allowing for signed output. Needed for MCP3428 differential ADC. Adjusted Linear calibration to allow for this along with reference max and reference min.

Merge request reports