stuartpb / rainpower-watchface

A custom watchface for my Pebble.
MIT License
1 stars 0 forks source link

Tightening up the int types #12

Open stuartpb opened 7 years ago

stuartpb commented 7 years ago

The Pebble API is never so gauche as to use the architecture-dependent types; I should run through my code and achieve the same full-bit-width-specification myself. (Also, I should use bool, as defined by Pebble, instead of int.)