Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 356 Bytes

File metadata and controls

12 lines (9 loc) · 356 Bytes

Programming Guide

This series of tutorials will progress through the basics of using CircuitPython with hardware. You'll learn how to connect to components like LEDs, buttons, sensors, etc. and control them with CircuitPython code.

.. toctree::
   :maxdepth: 1
   :numbered:

   01_digital_io.rst
   02_analog_io.rst
   03_i2c_spi.rst