resolutionBits

The number of bits in the absolute value of the ADC. Different ADC has different resolutions. The max raw value of an 8-bit ADC is 255 and that one of a 10-bit ADC is 4095.

AnalogIn.swift:62
var resolutionBits: Int { get }