diff --git a/examples/pioasm_pico-examples/blink.py b/examples/pioasm_blink.py similarity index 100% rename from examples/pioasm_pico-examples/blink.py rename to examples/pioasm_blink.py diff --git a/examples/pioasm_getting-started/README.md b/examples/pioasm_getting-started/README.md deleted file mode 100644 index 639ed26..0000000 --- a/examples/pioasm_getting-started/README.md +++ /dev/null @@ -1,7 +0,0 @@ - - -These examples are adapted from [Getting started with MicroPython on the Raspberry Pi Pico](https://www.adafruit.com/product/4898). You can also get an [electonic copy](https://hackspace.raspberrypi.org/books/micropython-pico/). PIO is covered in Appendix C. diff --git a/examples/pioasm_pico-examples/hello.py b/examples/pioasm_hello.py similarity index 100% rename from examples/pioasm_pico-examples/hello.py rename to examples/pioasm_hello.py diff --git a/examples/pioasm_getting-started/led_brightness.py b/examples/pioasm_led_brightness.py similarity index 100% rename from examples/pioasm_getting-started/led_brightness.py rename to examples/pioasm_led_brightness.py diff --git a/examples/pioasm_pico-examples/README.md b/examples/pioasm_pico-examples/README.md deleted file mode 100644 index e6f42e1..0000000 --- a/examples/pioasm_pico-examples/README.md +++ /dev/null @@ -1,7 +0,0 @@ - - -These examples are adapted from the pio folder of the [Raspberry Pi Pico SDK Examples](https://github.com/raspberrypi/pico-examples).