Metadata-Version: 2.1
Name: circuitpython-nrf24l01
Version: 1.2.0
Summary: Circuitpython driver library for the nRF24L01 transceiver
Home-page: https://github.com/2bndy5/CircuitPython_nRF24L01
Author: Brendan Doherty
Author-email: 2bndy5@gmail.com
License: MIT
Download-URL: https://github.com/2bndy5/CircuitPython_nRF24L01/releases
Project-URL: Documentation, http://circuitpython-nrf24l01.rtfd.io
Description: 
        .. image:: https://readthedocs.org/projects/circuitpython-nrf24l01/badge/?version=stable
            :target: https://circuitpython-nrf24l01.readthedocs.io/en/stable/
            :alt: Documentation Status
        
        .. image:: https://github.com/2bndy5/CircuitPython_nRF24L01/workflows/Build%20CI/badge.svg
            :target: https://github.com/2bndy5/CircuitPython_nRF24L01/actions?query=workflow%3A%22Build+CI%22
            :alt: Build Status
        
        .. image:: https://img.shields.io/pypi/v/circuitpython-nrf24l01.svg
            :alt: latest version on PyPI
            :target: https://pypi.python.org/pypi/circuitpython-nrf24l01
        
        .. image:: https://pepy.tech/badge/circuitpython-nrf24l01?label=pypi%20downloads&logo=python
            :alt: Total PyPI downloads
            :target: https://pepy.tech/project/circuitpython-nrf24l01
        
        Read The Docs
        =============
        
        Documentation for this library is hosted at
        `ReadTheDocs.org <http://circuitpython-nrf24l01.rtfd.io/>`_
        
        About this Library
        ==================
        
        This is a Circuitpython driver library for the nRF24L01 transceiver.
        
        Originally this code was a Micropython module written by Damien P. George
        & Peter Hinch which can still be found `here
        <https://github.com/micropython/micropython/tree/master/drivers/nrf24l01>`_
        
        The Micropython source has since been rewritten to expose all the nRF24L01's
        features and for Circuitpython compatible devices (including linux-based
        SoC computers like the Raspberry Pi).
        Modified by Brendan Doherty & Rhys Thomas.
        
        * Authors: Damien P. George, Peter Hinch, Rhys Thomas, Brendan Doherty
        
Keywords: adafruit blinka circuitpython micropython nrf24l01 nRF24L01+ raspberry pi driver radio transceiver
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: System :: Hardware
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Description-Content-Type: text/x-rst
