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
1023 is also my understanding. Also I think the description is unclear, wrong or misleading. The description talks about analog levels (both read and write), but I'm suspecting its actually a pulse in a period rather than a level.
i am making robotic car project in that i have to control dc motor with pwm signal using microbit. so i have written code for that which i combined digital write and analog write pins which part i am attaching below. But code is working only one time after that its not working(error - microbit led is flickering). how can i resolve this error?
https://lancaster-university.github.io/microbit-docs/ubit/io/#getanalogvalue shows result as 0 to 1024 but nRF51 table 322 shows result as 0 to 1023
Note setAnalogValue is also shown in the docs as 0 - 1024, I assume this should also be 0 - 1023
The text was updated successfully, but these errors were encountered: