(A)use adc=machine.ADC(26) for adc channel 0
from machine import ADC
adc = ADC(0)
(B)
import machine
adc = machine.ADC(26)
are (A) and (B) different?
I don't think there's anything else, is there a difference?
Statistics: Posted by os933 — Sun Oct 27, 2024 12:56 am