Skip to content

pyaillet/axp20x-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build status Crates.io Docs.rs

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.

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.