A Pebble watchapp/watchface written in C using the Pebble SDK.
pebble build # build for all targetPlatforms
pebble install --emulator emery # install on the emery emulator
pebble login --no-open-browser # log in to Cloudpebble
pebble install --cloudpebble # install to physical watch remotelytargetPlatforms in package.json controls which watches you build for. The
modern Pebble hardware is emery (Pebble Time 2), gabbro (Pebble Round
2), and flint (Pebble 2 Duo).
src/c/ C source for the watchapp
src/pkjs/ PebbleKit JS (phone-side) source, if any
worker_src/c/ Background worker source, if any
resources/ Images, fonts, and other bundled resources
package.json Project metadata (UUID, platforms, resources, message keys)
wscript Build rules — usually no need to edit
Full SDK docs, tutorials, and API reference: https://developer.repebble.com