Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 753 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 753 Bytes

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.