SCOTPAUL / Stopwatch

A simple stopwatch for Pebble

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stopwatch for Pebble

An extremely basic stopwatch for the Pebble smartwatch (since the Pebble doesn't come with a built-in stopwatch for some reason), with support for timing in the background.

Can be used with the companion app to send recorded times to the connected Android phone.

Screenshot

Thanks to this thread for the free icons used in the action bar.

Building

After setting up the SDK, clone the project into a directory and then install through a connected phone using:

cd Stopwatch/
pebble build
pebble install --phone <ip_address_of_phone>

or on the emulator using:

pebble install --emulator aplite

About

A simple stopwatch for Pebble


Languages

Language:C 85.3%Language:Python 10.0%Language:C++ 4.7%