adcSupportedBits method

int adcSupportedBits()

ADC supported bits - mraa_adc_supported_bits

The value that the raw value should be shifted to, i.e. the actual bit size the ADC value should be understood as. Returns 0 if no ADC.

Implementation

int adcSupportedBits() => _impl.mraa_adc_supported_bits();