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
micro:bit support: 22530 and 23067 Describe the bug
When reading light level and pin over serial in the same program, readings become eratic. Light level reads 0-255, but the Pin should read 0-1023, but instead we get the majority of readings at 255
This repros without MakeCode if you read repeatedly and often, say 100Hz. There's a full 100% reading about every 0.05 seconds, with the ones between being 25%.
micro:bit support: 22530 and 23067
Describe the bug
When reading light level and pin over serial in the same program, readings become eratic. Light level reads 0-255, but the Pin should read 0-1023, but instead we get the majority of readings at 255
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Pin data should read from 0-1023
Additional info,
Have tried recreating this in the DAL see
Archive.zip but can't get a reproducer
The text was updated successfully, but these errors were encountered: