From f48569464eb4eefb1510e0ae48f0ed68c22b17d4 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Wed, 11 May 2022 07:46:16 -0500 Subject: [PATCH] undo folder structure .. as requested by limor during guide review --- .../{pioasm_pico-examples/blink.py => pioasm_blink.py} | 0 examples/pioasm_getting-started/README.md | 7 ------- .../{pioasm_pico-examples/hello.py => pioasm_hello.py} | 0 .../led_brightness.py => pioasm_led_brightness.py} | 0 examples/pioasm_pico-examples/README.md | 7 ------- 5 files changed, 14 deletions(-) rename examples/{pioasm_pico-examples/blink.py => pioasm_blink.py} (100%) delete mode 100644 examples/pioasm_getting-started/README.md rename examples/{pioasm_pico-examples/hello.py => pioasm_hello.py} (100%) rename examples/{pioasm_getting-started/led_brightness.py => pioasm_led_brightness.py} (100%) delete mode 100644 examples/pioasm_pico-examples/README.md 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).