public
Fork of evanfarrar/opensprints
Description: Bringing GoldSprints to the masses.
Homepage: http://www.opensprints.com/
Clone URL: git://github.com/toothrot/opensprints.git
opensprints / conf-sample.yml
100644 27 lines (22 sloc) 0.686 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# choose a sensor
sensor:
# which sensor type you will be using
# hall_effect - for racing
# mock_hall_effect - for debugging without hall effect boards
# mock - for debugging without a sensor
# serial - a lowspeed reed switch based sensor
  type: hall_effect
# Device is where the UBW is located in your system, usually:
# Mac OS X: /dev/tty.usbmodem0000103D1
# Linux: /dev/ttyACM0
# Windows: com6
  device: /dev/ttyACM0
 
# how long the race should be, in meters
race_distance: 200
 
# the size of each roller, in millimeters
roller_circumference: 2108
 
#the title displayed
title: OpenSprints
 
#the measurement system displayed: standard or metric
units: standard
#units: metric