vifon / GravCalc

Accelerometer-based calculator for the Pebble smartwatch

Home Page:https://apps.rebble.io/en_US/application/54afb90f413f38e0f8000054

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GravCalc

Build Status

Accelerometer-based calculator for the Pebble smartwatch.

Rebble Appstore URL

Run make doc to generate the documentation with Doxygen.

USAGE

Buttons:

  • lower: click
  • middle: push to the stack
  • middle longpress: empty the stack
  • upper: backspace / pop the last number from the stack
  • upper longpress: delete the current number

The calculator uses the Reverse Polish Notation (RPN).

INSTALLATION

Once you have the Pebble SDK set up, just run the following commands:

$ make
$ export PEBBLE_PHONE=192.168.???.???   # (your phone's IP)
$ make install

ACKNOWLEDGMENTS

GravCalc was inspired by this post on Reddit.

Photos under the CC-BY license used in the promotional materials: bear.

COPYRIGHT

Copyright (C) 2015 Wojciech Siewierski

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

About

Accelerometer-based calculator for the Pebble smartwatch

https://apps.rebble.io/en_US/application/54afb90f413f38e0f8000054

License:GNU General Public License v3.0


Languages

Language:C++ 88.8%Language:C 10.1%Language:Makefile 0.8%Language:Python 0.3%