
CircuitPython
Linux runs "desktop" Python (commonly known as CPython) instead of CircuitPython. Our CPython Blinka library provides CircuitPython's low-level hardware APIs, such as `digitalio`.
CircuitPython — Adafruit CircuitPython 8.2.1 documentation
Feb 27, 2024 · CircuitPython is a beginner friendly, open source version of Python for tiny, inexpensive computers called microcontrollers. Microcontrollers are the brains of many …
CircuitPython
To connect to CircuitPython over USB, connect the USB cable from the CircuitPython board to your computer. The two most common mistakes are: Expecting CIRCUITPY before loading …
Adafruit CircuitPython API Reference
3 days ago · CircuitPython features unified Python core APIs and a growing list of 300+ device libraries and drivers that work with it. These libraries also work on single board computers with …
Awesome - CircuitPython
May 28, 2025 · A curated list of awesome CircuitPython guides, videos, libraries, frameworks, software and resources. CircuitPython is Adafruit’s branch of MicroPython designed to simplify …
Downloads - CircuitPython
CircuitPython supported boards.
Building CircuitPython — Adafruit CircuitPython 3 documentation
May 28, 2025 · This document is a quick-start guide only. Detailed guides on how to build CircuitPython can be found in the Adafruit Learn system at https://learn.adafruit.com/building …
CircuitPython Libraries
CircuitPython libraries are written in Python. They provide additional functionality and support external devices, beyond what is in CircuitPython itself. Libraries are stored on your …
Workflows — Adafruit CircuitPython 3 documentation
Workflows are the process used to 1) manipulate files on the CircuitPython device and 2) interact with the serial connection to CircuitPython. The serial connection is usually used to access the …
STM32F411CE Black Pill Download - CircuitPython
CircuitPython 9.2.8 This is the latest stable release of CircuitPython that will work with the STM32F411CE Black Pill. Use this release if you are new to CircuitPython. Release Notes for …