
CircuitPython
With CircuitPython, no desktop downloads are required. Just set up your board and start coding via code.circuitpython.org over USB, WiFi, or Bluetooth. Create a file, edit your code, save the …
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 …
Adafruit CircuitPython API Reference
Apr 16, 2025 · 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 …
Downloads - CircuitPython
CircuitPython supported boards. ADM_52840 Breakout board for Holyiot_18010 By Atelier du Maker
Awesome - CircuitPython
Apr 11, 2025 · Awesome CircuitPython. A curated list of awesome CircuitPython guides, videos, libraries, frameworks, software and resources. CircuitPython is Adafruit’s branch of …
builtins – builtin functions and exceptions - CircuitPython
3 days ago · Not all of these functions, types, exceptions, and constants are turned on in all CircuitPython ports, for space reasons.
Libraries - CircuitPython
CircuitPython Libraries. The CircuitPython Library Bundle contains all current libraries available for CircuitPython. They are designed for use with CircuitPython and may or may not work with …
Design Guide — Adafruit CircuitPython 1 documentation
Apr 16, 2025 · This guide covers a variety of development practices for CircuitPython core and library APIs. These APIs are both built-into CircuitPython and those that are distributed on …
Core Modules — Adafruit CircuitPython 3 documentation
Apr 1, 2025 · espidf – Return the total size of the ESP-IDF, which includes the CircuitPython heap. espnow – ESP-NOW Module espulp – ESP Ultra Low Power Processor Module
Building CircuitPython — Adafruit CircuitPython 3 documentation
Apr 1, 2025 · Welcome to CircuitPython! This document is a quick-start guide only. Detailed guides on how to build CircuitPython can be found in the Adafruit Learn system at …