ADC

Applies to: c, embedded

An ADC converts an analog voltage into a digital number the program can read.

uint16_t raw = adc_read(0);

See also: register, volatile