Skip to content

ti-koe/PIPainter

Repository files navigation

PIMaler

Small project derived from Make 01/2020 and BrachioGraph

TODO

  • add links here
  • refer to original BrachioGraph as well
  • add Adafruit or PCM class references
  • sphinx to build docs?!

Sphinx

$ pip install sphinx-rtd-theme

conf.py needs to look like this

import sphinx_rtd_theme extensions = [

... "sphinx_rtd_theme",

] html_theme = "sphinx_rtd_theme"

PIGPIO API