arduino-RaceChrono icon indicating copy to clipboard operation
arduino-RaceChrono copied to clipboard

Library for Arduino for communicating with the RaceChrono app

Arduino RaceChrono

Library for Arduino for communicating with the RaceChrono app.

Supported Hardware

  • Adafruit Feather nRF52832
  • Adafruit ItsyBitsy nRF52840 Express
  • ESP32 (work in progress!)

Installation

Using Git

cd ~/Documents/Arduino/libraries/  # ~/Arduino/libraries on Mac OS
git clone https://github.com/timurrrr/arduino-RaceChrono.git arduino-RaceChrono

API

See the source code, specifically the RaceChrono.h file. The code should have clarifying comments wherever there are any unclear bits.

TODO: write actual documentation

Examples

See examples folder.

License

This library is licensed under the MIT Licence.