Closed vkottler closed 1 year ago
blog where I learned about tio: https://hackaday.com/2022/07/13/tio-is-a-serial-terminal-for-us/
Micro Python on the pi pico: https://docs.micropython.org/en/latest/rp2/quickref.html
We also need to try installing Rust.
Meson was easy, just add to requirements
Added script for tio
Ready to continue checking out micro python.
Had some successes with some WS2812 LED demos IRL!!
meson: https://github.com/mesonbuild/meson (looks like it's actually implemented in Python? we can just
pip
install it)tio: https://github.com/tio/tio/
micropython: https://github.com/micropython (not sure which repositories we care about, site: https://micropython.org/)