Skip to content

Commit

Permalink
Merge branch 'master' of github.com:cwhitney/SilverSprint
Browse files Browse the repository at this point in the history
  • Loading branch information
cwhitney committed Jan 13, 2017
2 parents edb530c + 9cfb45f commit 94fc8b7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ SilverSprint is for OSX (10.7 and up) and Windows (7 and up).
Written in [Cinder](http://libcinder.org/), an opensource C++ library for creative coding.
The version of Cinder at the time of coding was 0.9.0 [[Download](https://github.com/cinder/Cinder/releases/tag/v0.9.0)]

##Running a Race
##Using the Application
####Settings
1. Go to the Settings page by clicking the gear icon or pressing Command + 3
2. Set the roller diameter as the distance from the magnet to the center of the roller multiplied by 2.
3. Choose the number of racers competing from 1-4
4. if SilverSprint detects an Arduino connected it will show a checkmark, otherwise it will display an X.
4. If SilverSprint detects an Arduino connected it will show a checkmark, otherwise it will display an X.

####Roster
1. Go to the Roster page by clicking the list icon or pressing Command + 2
Expand All @@ -22,7 +22,8 @@ The version of Cinder at the time of coding was 0.9.0 [[Download](https://github
####Race
1. Click the START button to begin a race
2. At any time, press STOP to stop and reset the race.
##Setup

##Code Setup
1. Clone Cinder 0.9.0 or download via zipped archive. [[Cinder Github](https://github.com/cinder/Cinder)]
2. SilverSprint wants to be in a directory one above the Cinder root. For example:

Expand Down

0 comments on commit 94fc8b7

Please sign in to comment.