Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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: Black

A 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