From d5332ff1f39ed96e583b5c039343a3ed1a3037c6 Mon Sep 17 00:00:00 2001 From: Lukas Bachschwell Date: Fri, 1 Dec 2017 12:51:51 +0100 Subject: [PATCH] Moving example --- README.md | 1 - examples/{mouth.ino => expressions/expressions.ino} | 0 library.properties | 2 +- 3 files changed, 1 insertion(+), 2 deletions(-) rename examples/{mouth.ino => expressions/expressions.ino} (100%) diff --git a/README.md b/README.md index 0f10929..246ccba 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,3 @@ The sound are taken from BQs Zowie. Currently the library only supports ESP32 ### TODO - Provide further documentation -- Add support for normal Arduino Boards diff --git a/examples/mouth.ino b/examples/expressions/expressions.ino similarity index 100% rename from examples/mouth.ino rename to examples/expressions/expressions.ino diff --git a/library.properties b/library.properties index 027cb37..c6a7ceb 100644 --- a/library.properties +++ b/library.properties @@ -5,5 +5,5 @@ maintainer=Lukas Bachschwell sentence=Make you Robots cute and noisy paragraph=A simple library to create cool mouths and funny sounds using a 7 led ws2812 ring and a buzzer category=Signal Input/Output -url=https://github.com/s00500/ESPUI +url=https://github.com/s00500/SimpleExpressions architectures=*