diff --git a/examples/tiny_fx/examples/_.py b/examples/tiny_fx/examples/_.py new file mode 100644 index 0000000..12a1a54 --- /dev/null +++ b/examples/tiny_fx/examples/_.py @@ -0,0 +1,2 @@ +# Ignore me, I'm here to fix a dir2uf2 bug by triggering the creation of +# the examples/ directory. See: https://github.com/Gadgetoid/dir2uf2/issues/10 \ No newline at end of file diff --git a/examples/tiny_fx/effects/traffic_light.py b/examples/tiny_fx/examples/effects/traffic_light.py similarity index 100% rename from examples/tiny_fx/effects/traffic_light.py rename to examples/tiny_fx/examples/effects/traffic_light.py diff --git a/examples/tiny_fx/effects/wave.py b/examples/tiny_fx/examples/effects/wave.py similarity index 100% rename from examples/tiny_fx/effects/wave.py rename to examples/tiny_fx/examples/effects/wave.py diff --git a/examples/tiny_fx/showcase/ship_thrusters.py b/examples/tiny_fx/examples/showcase/ship_thrusters.py similarity index 100% rename from examples/tiny_fx/showcase/ship_thrusters.py rename to examples/tiny_fx/examples/showcase/ship_thrusters.py diff --git a/examples/tiny_fx/showcase/space_tales.py b/examples/tiny_fx/examples/showcase/space_tales.py similarity index 100% rename from examples/tiny_fx/showcase/space_tales.py rename to examples/tiny_fx/examples/showcase/space_tales.py diff --git a/examples/tiny_fx/showcase/space_tales_with_pir.py b/examples/tiny_fx/examples/showcase/space_tales_with_pir.py similarity index 100% rename from examples/tiny_fx/showcase/space_tales_with_pir.py rename to examples/tiny_fx/examples/showcase/space_tales_with_pir.py diff --git a/examples/tiny_fx/uf2-manifest.txt b/examples/tiny_fx/uf2-manifest.txt index 6187ddc..70014a6 100644 --- a/examples/tiny_fx/uf2-manifest.txt +++ b/examples/tiny_fx/uf2-manifest.txt @@ -1,6 +1,7 @@ main.py -effects/*.py -showcase/*.py +examples/*/.py +examples/effects/*.py +examples/showcase/*.py lib/*.py lib/picofx/*.py lib/picofx/colour/*.py