You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.
This does not work in MicroPython, though, as the pins are of type MicroBitDigitalPin (while to read analog they should be of type MicroBitAnalogDigitalPin).
If using e.g. makecode, it is possible to read analog values from pins c16 and c17, see e.g.
This does not work in MicroPython, though, as the pins are of type
MicroBitDigitalPin
(while to read analog they should be of typeMicroBitAnalogDigitalPin
).Is it possible to fix this by simply changing the
dig_pin
toad_pin
inhttps://github.com/calliope-mini/calliope-mini-micropython/blob/master/source/microbit/microbitpin.cpp#L64
for pins c16 and c17 or would this break e.g. the UART implementation?
The text was updated successfully, but these errors were encountered: