Skip to content

Instantly share code, notes, and snippets.

View andrew-schofield's full-sized avatar

Andrew Schofield andrew-schofield

  • Oxford, United Kingdom
View GitHub Profile

Keybase proof

I hereby claim:

  • I am andrew-schofield on github.
  • I am andrewschofield (https://keybase.io/andrewschofield) on keybase.
  • I have a public key ASCz71wNub2H0b47Q5byAIlkcWuk09cQfu9INZO3OtDCEAo

To claim this, I am signing this object:

@andrew-schofield
andrew-schofield / Kart_timing_data_pump.ino
Created April 21, 2017 15:44
Example code for arduino data pump
/*
Kart_timing_data_pump
Writes out fake kart timing data over the serial port.
Copyright 2013 Andrew Schofield
*/
// The minimum and maximum lap times that can be generated
int const MIN_LAP_TIME = 3;
int const MAX_LAP_TIME = 5;