Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (6 months ago)
- Default Branch: master
- Last Pushed: 2024-07-19T16:35:03.000Z (5 months ago)
- Last Synced: 2024-10-11T22:22:06.915Z (2 months 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)