Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bill88t/circuitpython_axp313a
A CircuitPython module for managing the AXP313A pmic over I2C, along with the common voltages to power cameras with it.
https://github.com/bill88t/circuitpython_axp313a
axp313a circuitpython
Last synced: about 1 month ago
JSON representation
A CircuitPython module for managing the AXP313A pmic over I2C, along with the common voltages to power cameras with it.
- Host: GitHub
- URL: https://github.com/bill88t/circuitpython_axp313a
- Owner: bill88t
- License: mit
- Created: 2023-11-17T23:23:10.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-11-21T12:47:23.000Z (12 months ago)
- Last Synced: 2024-10-13T04:41:24.340Z (about 1 month ago)
- Topics: axp313a, circuitpython
- Language: Python
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Introduction
============.. image:: https://img.shields.io/discord/327254708534116352.svg
:target: https://adafru.it/discord
:alt: Discord.. image:: https://github.com/bill88t/CircuitPython_AXP313A/workflows/Build%20CI/badge.svg
:target: https://github.com/bill88t/CircuitPython_AXP313A/actions
:alt: Build Status.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black
:alt: Code Style: BlackA CircuitPython module for managing the AXP313A pmic over I2C, along with the common voltages to power cameras with it.
Frozen Module
=============This driver may be shipped with some CircuitPython installations.
``sys.path`` by default is ``['', '/', '.frozen', '/lib']`` which means frozen modules have higher priority than modules in the local filesystem.
To override the frozen version included in your build, you can install this driver inside your board's ``/`` or ``/lib`` and
set `sys.path` to prefer ``/lib`` and ``/`` like ``sys.path = ['', '/', '/lib', '.frozen']``.Dependencies
=============
This driver depends on:* `Adafruit CircuitPython `_
Please ensure all dependencies are available on the CircuitPython filesystem.
This is easily achieved by downloading
`the Adafruit library and driver bundle `_
or individual libraries can be installed using
`circup `_.Documentation
=============
API documentation for this library can be found on `Read the Docs `_.For information on building library documentation, please check out
`this guide `_.Contributing
============Contributions are welcome! Please read our `Code of Conduct
`_
before contributing to help this project stay welcoming.Based upon
============
https://github.com/cdjq/DFRobot_AXP313A/pull/3/files#diff-3215ea4bee1f616d66447d590a0a866c5d2dedc100061b25981a96b5ce006b39