adafruit-circuitpython-circuitplayground


Nameadafruit-circuitpython-circuitplayground JSON
Version 5.3.3 PyPI version JSON
download
home_page
SummaryCircuitPython library for Circuit Playground Express
upload_time2023-09-25 15:38:10
maintainer
docs_urlNone
author
requires_python
licenseMIT
keywords adafruit circuitplayground circuit playground microcontrollerbluetooth bluefruit ble hardware micropython circuitpython
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
Introduction
============

.. image:: https://readthedocs.org/projects/adafruit-circuitpython-circuitplayground/badge/?version=latest
    :target: https://docs.circuitpython.org/projects/circuitplayground/en/latest/
    :alt: Documentation Status

.. image:: https://raw.githubusercontent.com/adafruit/Adafruit_CircuitPython_Bundle/main/badges/adafruit_discord.svg
    :target: https://adafru.it/discord
    :alt: Discord

.. image:: https://github.com/adafruit/Adafruit_CircuitPython_CircuitPlayground/workflows/Build%20CI/badge.svg
    :target: https://github.com/adafruit/Adafruit_CircuitPython_CircuitPlayground/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

This high level library provides objects that represent Circuit Playground Express and Bluefruit hardware.

.. image :: https://raw.githubusercontent.com/adafruit/Adafruit_CircuitPython_CircuitPlayground/main/docs/_static/circuit_playground_express_small.jpg
    :target: https://adafruit.com/product/3333
    :alt: Circuit Playground Express

.. image :: https://raw.githubusercontent.com/adafruit/Adafruit_CircuitPython_CircuitPlayground/main/docs/_static/circuit_playground_bluefruit_small.jpg
    :target: https://adafruit.com/product/4333
    :alt: Circuit Playground Bluefruit

Installation
=============
For Circuit Playground Express, simply install CircuitPython to use this library - the library itself and
all of its dependencies are built into CircuitPython for Circuit Playground Express.

For Circuit Playground Bluefruit, you must install this library and all of its dependencies. Please download
`the latest Adafruit CircuitPython library bundle <https://circuitpython.org/libraries>`_. Open the resulting
zip file, open the lib folder within, and copy the following folders and files to the lib folder on your
CIRCUITPY drive:

* adafruit_bus_device/
* adafruit_circuitplayground/
* adafruit_lis3dh.mpy
* adafruit_thermistor.mpy
* neopixel.mpy

Usage Example
=============
Using this library is super simple. Simply import the ``cp`` variable from the module and then use it.

.. code-block :: python

    from adafruit_circuitplayground import cp

    while True:
        if cp.button_a:
            print("Temperature:", cp.temperature)
        cp.red_led = cp.button_b

To learn more about all the features of this library, check out the
`CircuitPython Made Easy on Circuit Playground Express and Bluefruit guide <https://learn.adafruit.com/circuitpython-made-easy-on-circuit-playground-express>`_
on the Adafruit Learn System.

Circuit Playground Library Details
==================================

For a detailed explanation of how the Circuit Playground library functions, see
`The Technical Side page <https://learn.adafruit.com/circuitpython-made-easy-on-circuit-playground-express/the-technical-side>`_
of the CircuitPython Made Easy on Circuit Playground Express and Bluefruit guide.

Documentation
=============

API documentation for this library can be found on `Read the Docs <https://docs.circuitpython.org/projects/circuitplayground/en/latest/>`_.

For information on building library documentation, please check out `this guide <https://learn.adafruit.com/creating-and-sharing-a-circuitpython-library/sharing-our-docs-on-readthedocs#sphinx-5-1>`_.

Contributing
============

Contributions are welcome! Please read our `Code of Conduct
<https://github.com/adafruit/Adafruit_CircuitPython_CircuitPlayground/blob/main/CODE_OF_CONDUCT.md>`_
before contributing to help this project stay welcoming.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "adafruit-circuitpython-circuitplayground",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "adafruit,circuitplayground,circuit,playground,microcontrollerbluetooth,bluefruit,BLE,hardware,micropython,circuitpython",
    "author": "",
    "author_email": "Adafruit Industries <circuitpython@adafruit.com>",
    "download_url": "https://files.pythonhosted.org/packages/d7/b4/69d9f009b2a8b4e747832c9f7f16428850c562e9bae8945e3d113bd2ef2d/adafruit-circuitpython-circuitplayground-5.3.3.tar.gz",
    "platform": null,
    "description": "\nIntroduction\n============\n\n.. image:: https://readthedocs.org/projects/adafruit-circuitpython-circuitplayground/badge/?version=latest\n    :target: https://docs.circuitpython.org/projects/circuitplayground/en/latest/\n    :alt: Documentation Status\n\n.. image:: https://raw.githubusercontent.com/adafruit/Adafruit_CircuitPython_Bundle/main/badges/adafruit_discord.svg\n    :target: https://adafru.it/discord\n    :alt: Discord\n\n.. image:: https://github.com/adafruit/Adafruit_CircuitPython_CircuitPlayground/workflows/Build%20CI/badge.svg\n    :target: https://github.com/adafruit/Adafruit_CircuitPython_CircuitPlayground/actions/\n    :alt: Build Status\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n    :target: https://github.com/psf/black\n    :alt: Code Style: Black\n\nThis high level library provides objects that represent Circuit Playground Express and Bluefruit hardware.\n\n.. image :: https://raw.githubusercontent.com/adafruit/Adafruit_CircuitPython_CircuitPlayground/main/docs/_static/circuit_playground_express_small.jpg\n    :target: https://adafruit.com/product/3333\n    :alt: Circuit Playground Express\n\n.. image :: https://raw.githubusercontent.com/adafruit/Adafruit_CircuitPython_CircuitPlayground/main/docs/_static/circuit_playground_bluefruit_small.jpg\n    :target: https://adafruit.com/product/4333\n    :alt: Circuit Playground Bluefruit\n\nInstallation\n=============\nFor Circuit Playground Express, simply install CircuitPython to use this library - the library itself and\nall of its dependencies are built into CircuitPython for Circuit Playground Express.\n\nFor Circuit Playground Bluefruit, you must install this library and all of its dependencies. Please download\n`the latest Adafruit CircuitPython library bundle <https://circuitpython.org/libraries>`_. Open the resulting\nzip file, open the lib folder within, and copy the following folders and files to the lib folder on your\nCIRCUITPY drive:\n\n* adafruit_bus_device/\n* adafruit_circuitplayground/\n* adafruit_lis3dh.mpy\n* adafruit_thermistor.mpy\n* neopixel.mpy\n\nUsage Example\n=============\nUsing this library is super simple. Simply import the ``cp`` variable from the module and then use it.\n\n.. code-block :: python\n\n    from adafruit_circuitplayground import cp\n\n    while True:\n        if cp.button_a:\n            print(\"Temperature:\", cp.temperature)\n        cp.red_led = cp.button_b\n\nTo learn more about all the features of this library, check out the\n`CircuitPython Made Easy on Circuit Playground Express and Bluefruit guide <https://learn.adafruit.com/circuitpython-made-easy-on-circuit-playground-express>`_\non the Adafruit Learn System.\n\nCircuit Playground Library Details\n==================================\n\nFor a detailed explanation of how the Circuit Playground library functions, see\n`The Technical Side page <https://learn.adafruit.com/circuitpython-made-easy-on-circuit-playground-express/the-technical-side>`_\nof the CircuitPython Made Easy on Circuit Playground Express and Bluefruit guide.\n\nDocumentation\n=============\n\nAPI documentation for this library can be found on `Read the Docs <https://docs.circuitpython.org/projects/circuitplayground/en/latest/>`_.\n\nFor information on building library documentation, please check out `this guide <https://learn.adafruit.com/creating-and-sharing-a-circuitpython-library/sharing-our-docs-on-readthedocs#sphinx-5-1>`_.\n\nContributing\n============\n\nContributions are welcome! Please read our `Code of Conduct\n<https://github.com/adafruit/Adafruit_CircuitPython_CircuitPlayground/blob/main/CODE_OF_CONDUCT.md>`_\nbefore contributing to help this project stay welcoming.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "CircuitPython library for Circuit Playground Express",
    "version": "5.3.3",
    "project_urls": {
        "Homepage": "https://github.com/adafruit/Adafruit_CircuitPython_CircuitPlayground"
    },
    "split_keywords": [
        "adafruit",
        "circuitplayground",
        "circuit",
        "playground",
        "microcontrollerbluetooth",
        "bluefruit",
        "ble",
        "hardware",
        "micropython",
        "circuitpython"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4c7fb0efa0151d72c58a2885777f1c31a8b4687749ce2565c1af743dff1d6039",
                "md5": "da4482cacdce7fb98fd4f0963f77ad99",
                "sha256": "08c1226b26be157cd1af55754541f40c271d6c71826149841c9db246dbb351d2"
            },
            "downloads": -1,
            "filename": "adafruit_circuitpython_circuitplayground-5.3.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "da4482cacdce7fb98fd4f0963f77ad99",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 13729,
            "upload_time": "2023-09-25T15:38:08",
            "upload_time_iso_8601": "2023-09-25T15:38:08.893475Z",
            "url": "https://files.pythonhosted.org/packages/4c/7f/b0efa0151d72c58a2885777f1c31a8b4687749ce2565c1af743dff1d6039/adafruit_circuitpython_circuitplayground-5.3.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d7b469d9f009b2a8b4e747832c9f7f16428850c562e9bae8945e3d113bd2ef2d",
                "md5": "992fa7189ffb46356df19236bfb33853",
                "sha256": "5b94beab2505ec9ba1c27eca16db872439f6d69c131ee1ba9454d471724872af"
            },
            "downloads": -1,
            "filename": "adafruit-circuitpython-circuitplayground-5.3.3.tar.gz",
            "has_sig": false,
            "md5_digest": "992fa7189ffb46356df19236bfb33853",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 30651850,
            "upload_time": "2023-09-25T15:38:10",
            "upload_time_iso_8601": "2023-09-25T15:38:10.792033Z",
            "url": "https://files.pythonhosted.org/packages/d7/b4/69d9f009b2a8b4e747832c9f7f16428850c562e9bae8945e3d113bd2ef2d/adafruit-circuitpython-circuitplayground-5.3.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-25 15:38:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "adafruit",
    "github_project": "Adafruit_CircuitPython_CircuitPlayground",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "adafruit-circuitpython-circuitplayground"
}
        
Elapsed time: 0.12236s