adafruit / adafruit/Adafruit_CircuitPython_Nunchuk
Return acceleration as meter per second per second
- Dominant language
- Python
- Stars
- 23
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
Acceleration is currently returned as raw values. If a conversion can be found, use that to update returns to m^s to comply with CP Design Guide:
https://circuitpython.readthedocs.io/en/latest/docs/design_guide.html#sensor-properties-and-units
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reviewing the acceleration property or return path and the linked CircuitPython Design Guide section on sensor properties and units. Determine the required conversion from the raw values; done means acceleration is returned in meters per second per second rather than raw values, with any relevant tests updated or added.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- embedded-iot
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100