= Welcome to the Flip Side Dio Development Site = The Flip Side Dio project is a DIY project for people that want to make a simple lap counter. In the past people would use the parallel port to build simple lap counters with cheap hardware but modern computers no longer have a parallel port. For our project we will use the [http://www.arduino.cc/ Arduino Uno hardware] to build a basic lap counter. This hardware is very popular and well supported by the community. The [http://www.flipsideracing.org/ Flip Side Racing Software] has built in support for the Dio hardware. An Arduino sketch is provided that can be uploaded to the Arduino Uno. = Help the project = If you find this project useful, please consider helping support its development and the related development of the Flip Side Racing software. {{{ #!html
}}} = Source Code = Flip Side Dio is released under the [http://www.gnu.org/licenses/gpl.txt Gnu Public License] To download the source code use the following path in your subversion client: [http://www.flipsideracing.org/svn_fsdio/] For example to use the command line subversion command line client type this command: {{{ svn co http://www.flipsideracing.org/svn_fsdio/trunk/ }}} The source code includes the Arduino sketch along with an example Fritz diagram.