ghi-electronics / micropython

A MicroPython port to GHI Electronics SITCore SC13xxx line of products.
https://micropython.org
MIT License
0 stars 0 forks source link

ADC #5

Open Palomino34 opened 3 years ago

Palomino34 commented 3 years ago

there is no read function???

Palomino34 commented 3 years ago

adc = machine.ADC(machine.Pin('PA5')) value = adc.read_u16()