https://github.com/pyaillet/axp20x-rs
https://github.com/pyaillet/axp20x-rs
driver embedded pmu-firmware rust
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pyaillet/axp20x-rs
- Owner: pyaillet
- License: mit
- Created: 2021-07-04T20:04:53.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-29T10:47:32.000Z (over 2 years ago)
- Last Synced: 2025-03-05T04:47:29.232Z (over 1 year ago)
- Topics: driver, embedded, pmu-firmware, rust
- Language: Rust
- Homepage:
- Size: 22.5 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AXP20X Rust driver
Minimal Axp20x implementation.
What's working:
- Changing Power modes
- Configuring interrupts
- Checking interrupt state
Interrupt service handler setup is not provided, as it depends on your platform
## Examples
You can find an example usage in this project: [TTGO T-Watch v1 rust example](https://github.com/pyaillet/twatch-idf-rs).
## Contributing
This project is open to contributions of any form, do not hesitate to open an issue or a pull-request
if you have questions or suggestions.