The analog-to-digital converter (ADC) on the IoT bridge has a 12-bit resolution. Calculate the total number of possible digital values the ADC can output.

The 12-bit resolution means there are 2^12 = 4096 possible digital values.

Related Questions