Skip to content
mondomom edited this page Sep 30, 2021 · 6 revisions

Welcome to the circuitpythontalk wiki!

  • VicPimakers 22 October 2021

  • what is CircuitPython

  • fork of MicroPython

  • where can you run it

  • what resources does it need

  • Adafruit

  • Libraries!!

Mu

  • runs anywhere (Mac OS, Windows, Linux, Raspberry Pi OS, probably lots more. Didn't see support for FreeBSD - Sorry, Mark)
  • Raspberry Pi OS comes with Mu out of the box
  • super simple, but is getting more complex features
  • automatically uploads saved code
  • REPL screen so you can see what's going on (Read, Evaluate, Print, Loop)
  • has support via Modes for Python 3, lots of MicroPython, CircuitPython, Raspberry Pi, even the Flask Web Framework!

Clone this wiki locally