ADC

This example is a simple ADC sample. For more information please see ADC.

from machine import ADC
adc = ADC(0)
adc_c = adc.channel(pin='P13')
adc_c()
adc_c.value()

results matching ""

    No results matching ""