Skip to content

chickadee-tech/Adafruit_CircuitPython_CircuitPlayground

 
 

Repository files navigation

Introduction

Documentation Status Gitter Discord

This high level library provides objects that represent CircuitPlayground hardware.

CircuitPlayground Express

Installation

This driver depends on many other libraries! Please install it by downloading the Adafruit library and driver bundle.

Usage Example

Using it is super simple. Simply import the circuit variable from the module and then use it.

from adafruit_circuitplayground.express import circuit

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

Contributing

Contributions are welcome! Please read our Code of Conduct before contributing to help this project stay welcoming.

API Reference

.. toctree::
    :maxdepth: 2

    adafruit_circuitplayground/index

About

CircuitPython library for CircuitPlayground

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%