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
The accelerometer example in README.md seems wrong (out of date?). Specifically, it seems Hardware.accelerometerEnable() should be Hardware.accelerometerEnable(True) - the former fails on android with a message about incorrect number of arguments.
The text was updated successfully, but these errors were encountered:
The accelerometer example in README.md seems wrong (out of date?). Specifically, it seems
Hardware.accelerometerEnable()
should beHardware.accelerometerEnable(True)
- the former fails on android with a message about incorrect number of arguments.The text was updated successfully, but these errors were encountered: