The sLap Counter is an intelligent, personal poolside lap counter with smartphone integration.
-
Install Git
-
Install platformio (run in terminal)
python -c "$(curl -fsSL https://raw.githubusercontent.com/platformio/platformio/master/scripts/get-platformio.py)"
Then, restart your terminal.
- Clone and enter repository
git clone https://github.com/alexozer/slapcounter.git && cd slapcounter
While you're in the slapcounter directory:
platformio run -t upload
The first upload may take a little bit longer as dependencies are installed or compiled. You may also need to press the reset button on the Teensy while uploading.
While you're in the slapcounter directory:
git pull