From 6af14760694a83b91e4c4ae685b6731f11fc2abe Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 24 Jan 2016 19:24:50 -0500 Subject: Edited readme --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/README.md b/README.md index dacd89b..3a4293c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,31 @@ # BeePi Uses the system speaker to play pi + +**GNU/Linux only** + +**Requires [beep](http://www.johnath.com/beep/)** + +Takes the digits of pi and plays them using the following notes for each digit: +0 - B3 +1 - C4 +2 - D4 +3 - E4 +4 - F4 +5 - G4 +6 - A4 +7 - B4 +8 - C5 +9 - D5 + +Pi is stored in pi.txt + +To run BeePi: +``` +./beepi [msPerNote] +``` +Where msPerNote is the number of milliseconds per beep. (defaults to 200) + +To build the source: +``` +make +``` -- cgit v1.2.3