Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/domdfcoding/circuitpython_at24c32
CircuitPython library to support AT24C39 EEPROM ICs.
https://github.com/domdfcoding/circuitpython_at24c32
circuitpython eeprom python
Last synced: 21 days ago
JSON representation
CircuitPython library to support AT24C39 EEPROM ICs.
- Host: GitHub
- URL: https://github.com/domdfcoding/circuitpython_at24c32
- Owner: domdfcoding
- License: mit
- Created: 2021-10-29T09:01:54.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T14:58:14.000Z (3 months ago)
- Last Synced: 2024-08-01T16:52:23.787Z (3 months ago)
- Topics: circuitpython, eeprom, python
- Language: Python
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
======================
CircuitPython_AT24C32
======================.. start short_desc
**CircuitPython library to support AT24C39 EEPROM ICs.**
.. end short_desc
.. start shields
.. list-table::
:stub-columns: 1
:widths: 10 90* - Tests
- |actions_linux| |actions_windows| |actions_macos|
* - Activity
- |commits-latest| |commits-since| |maintained|
* - QA
- |codefactor| |actions_flake8| |actions_mypy|
* - Other
- |license| |language| |requires|.. |actions_linux| image:: https://github.com/domdfcoding/CircuitPython_AT24C32/workflows/Linux/badge.svg
:target: https://github.com/domdfcoding/CircuitPython_AT24C32/actions?query=workflow%3A%22Linux%22
:alt: Linux Test Status.. |actions_windows| image:: https://github.com/domdfcoding/CircuitPython_AT24C32/workflows/Windows/badge.svg
:target: https://github.com/domdfcoding/CircuitPython_AT24C32/actions?query=workflow%3A%22Windows%22
:alt: Windows Test Status.. |actions_macos| image:: https://github.com/domdfcoding/CircuitPython_AT24C32/workflows/macOS/badge.svg
:target: https://github.com/domdfcoding/CircuitPython_AT24C32/actions?query=workflow%3A%22macOS%22
:alt: macOS Test Status.. |actions_flake8| image:: https://github.com/domdfcoding/CircuitPython_AT24C32/workflows/Flake8/badge.svg
:target: https://github.com/domdfcoding/CircuitPython_AT24C32/actions?query=workflow%3A%22Flake8%22
:alt: Flake8 Status.. |actions_mypy| image:: https://github.com/domdfcoding/CircuitPython_AT24C32/workflows/mypy/badge.svg
:target: https://github.com/domdfcoding/CircuitPython_AT24C32/actions?query=workflow%3A%22mypy%22
:alt: mypy status.. |requires| image:: https://dependency-dash.repo-helper.uk/github/domdfcoding/CircuitPython_AT24C32/badge.svg
:target: https://dependency-dash.repo-helper.uk/github/domdfcoding/CircuitPython_AT24C32/
:alt: Requirements Status.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/domdfcoding/CircuitPython_AT24C32?logo=codefactor
:target: https://www.codefactor.io/repository/github/domdfcoding/CircuitPython_AT24C32
:alt: CodeFactor Grade.. |license| image:: https://img.shields.io/github/license/domdfcoding/CircuitPython_AT24C32
:target: https://github.com/domdfcoding/CircuitPython_AT24C32/blob/master/LICENSE
:alt: License.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/CircuitPython_AT24C32
:alt: GitHub top language.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/CircuitPython_AT24C32/v0.0.0
:target: https://github.com/domdfcoding/CircuitPython_AT24C32/pulse
:alt: GitHub commits since tagged version.. |commits-latest| image:: https://img.shields.io/github/last-commit/domdfcoding/CircuitPython_AT24C32
:target: https://github.com/domdfcoding/CircuitPython_AT24C32/commit/master
:alt: GitHub last commit.. |maintained| image:: https://img.shields.io/maintenance/yes/2024
:alt: Maintenance.. end shields
Installation
--------------.. start installation
``CircuitPython_AT24C32`` can be installed from GitHub.
To install with ``pip``:
.. code-block:: bash
$ python -m pip install git+https://github.com/domdfcoding/CircuitPython_AT24C32
.. end installation