From eedc63f9464a59c65eafbf33a3ffbc925af260da Mon Sep 17 00:00:00 2001 From: Sharon M Date: Wed, 30 Oct 2019 19:42:43 +0530 Subject: [PATCH] Create README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6f11b2a --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Arduino Piano + +This is a project developed for Arduino Uno to play a piano with gesture controls. + +An ultrasonic sensor is used to detect the finger movement + +piano.c is a header file used for the project +piano.ino is the arduino file