/colour_wheel_emf2022

A small app for the EMF Badge

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Colour Wheel

A colourful spinning experience for the EMF Badge

Development

See in the src subdirectory.

Copying the App onto the Badge

Following https://github.com/emfcamp/tidal-docs/blob/main/AppQuickstart.md we do

alias badge='python3 ../TiDAL-Firmware/micropython/tools/pyboard.py --no-soft-reset -d /dev/ttyACM0 -f'
badge mkdir :/apps/colour_wheel
badge cp src/__init__.py :/apps/colour_wheel/__init__.py
badge ls :apps/colour_wheel