diff --git a/examples/_01_HelloWorld/_01_HelloWorld.ino b/examples/01_HelloWorld/01_HelloWorld.ino similarity index 100% rename from examples/_01_HelloWorld/_01_HelloWorld.ino rename to examples/01_HelloWorld/01_HelloWorld.ino diff --git a/examples/_02_GFXdemo/_02_GFXdemo.ino b/examples/02_GFXdemo/02_GFXdemo.ino similarity index 100% rename from examples/_02_GFXdemo/_02_GFXdemo.ino rename to examples/02_GFXdemo/02_GFXdemo.ino diff --git a/examples/_03_4GLs/_03_4GLs.ino b/examples/03_4GLs/03_4GLs.ino similarity index 100% rename from examples/_03_4GLs/_03_4GLs.ino rename to examples/03_4GLs/03_4GLs.ino diff --git a/examples/_04_UpdateModes/_04_UpdateModes.ino b/examples/04_UpdateModes/04_UpdateModes.ino similarity index 100% rename from examples/_04_UpdateModes/_04_UpdateModes.ino rename to examples/04_UpdateModes/04_UpdateModes.ino diff --git a/examples/_05_TapCounter/_05_TapCounter.ino b/examples/05_TapCounter/05_TapCounter.ino similarity index 100% rename from examples/_05_TapCounter/_05_TapCounter.ino rename to examples/05_TapCounter/05_TapCounter.ino diff --git a/examples/_06_WakeOnTap/_06_WakeOnTap.ino b/examples/06_WakeOnTap/06_WakeOnTap.ino similarity index 100% rename from examples/_06_WakeOnTap/_06_WakeOnTap.ino rename to examples/06_WakeOnTap/06_WakeOnTap.ino diff --git a/verification.txt b/verification.txt index c37dbe9..f6745d4 100644 --- a/verification.txt +++ b/verification.txt @@ -1,13 +1,13 @@ # Test EPD functionality -Connect a Particle Photon with a Paperino Epaper on a breadboard as described in the hookup guide (https://robpo.github.io/Paperino/). Open the example _01_HelloWorld.ino and verify the proper functionality by comparing the display behaviour with the video shown on the hookup-guide. +Connect a Particle Photon with a Paperino Epaper on a breadboard as described in the hookup guide (https://robpo.github.io/Paperino/). Open the example 01_HelloWorld.ino and verify the proper functionality by comparing the display behaviour with the video shown on the hookup-guide. Repeat for Core, Electron and Bluz.io Repeat the same procedure for example number 02, 03 and 04. # Test Accelerometer functionality -Connect a Particle Photon with a Paperino Epaper on a breadboard as described in the hookup guide (https://robpo.github.io/Paperino/). Open the example _05_TapCounter.ino and verify the proper functionality by comparing the display behaviour with the video shown on the hookup-guide. +Connect a Particle Photon with a Paperino Epaper on a breadboard as described in the hookup guide (https://robpo.github.io/Paperino/). Open the example 05_TapCounter.ino and verify the proper functionality by comparing the display behaviour with the video shown on the hookup-guide. Repeat for Core, Electron and Bluz.io Repeat the same procedure for example number 06.