From e523caf8e1185162ff38252113b9f0a70b235768 Mon Sep 17 00:00:00 2001 From: Arctic Code Date: Sun, 1 Feb 2015 20:30:09 -0600 Subject: [PATCH] Create README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..64821eb --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# bikecpu +An Arduino Nano compatible computer for managing bike functions + +## current functions +* The ability to automatically ramp up or down brightness of a head and tail light depending on ambiant brightness +* Using a switch to trigger a left or right blinker + +## planned functions +* Integrate with a 4-character 14-segment display to show stats and info +* track miles per hour +* track distance traveled (current trip) in miles +* (maybe) log statistics to SD card