Skip to content

A program for recording laptimes from an arduino and then saving them to a csv file.

License

Notifications You must be signed in to change notification settings

Michael-F-Bryan/laptime

Repository files navigation

Laptime

image

image

image

A client for CMT's laptimer.

Description

This application will receive a "millis" time from an arduino via a serial port, calculate the corresponding laptime, and then write it to a file.

Note

The laptime client assumes that it will be reading bytes over a serial port. In particular, it expects that the bytes provided will be integers, delimited by a newline character ("\n").

If no newline character is passed over the serial port then the program will seem to hang forever, never writing anything to file or producing any output.

About

A program for recording laptimes from an arduino and then saving them to a csv file.

Resources

License

Stars

Watchers

Forks

Packages

No packages published