https://github.com/znitche/pico-adxl345
MicroPython module for performing measurements using ADXL345 accelerometer
https://github.com/znitche/pico-adxl345
accele adxl345 micropython
Last synced: 8 months ago
JSON representation
MicroPython module for performing measurements using ADXL345 accelerometer
- Host: GitHub
- URL: https://github.com/znitche/pico-adxl345
- Owner: zNitche
- License: mit
- Created: 2024-07-03T20:11:31.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-19T16:35:03.000Z (almost 2 years ago)
- Last Synced: 2024-12-25T12:21:29.775Z (over 1 year ago)
- Topics: accele, adxl345, micropython
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### pico-adxl345
MicroPython module for performing measurements using ADXL345 accelerometer.
#### Usage
Example at [main.py](main.py)
#### Resources
- [Datasheet](https://www.sparkfun.com/datasheets/Sensors/Accelerometer/ADXL345.pdf)