From 53bbd3368a3241d1402dafaaf5335093fad58007 Mon Sep 17 00:00:00 2001 From: Andrew Lalis Date: Fri, 17 Feb 2017 11:07:42 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 22fc667..732b92f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # BicycleControl Bicycle Control is an Arduino Program that will be embedded onto a bicycle to allow the user to use left and right blinker lights, front and back lights, a sound output, and possibly other functionality like GPS. +The system uses several 'parallel' constructs to give the illusion of doing several tasks at once, such as writing to the screen while playing a song. This is accomplished with the use of periodic updates and timing to simulate a software delay.