How can I detect shake gestures from Pebble?
I just want to show up a text-layer when shaking the pebble...
They added a new API in SDK 2.0:
https://developer.getpebble.com/2/api-reference/group___accelerometer_service.html
How can I detect shake gestures from Pebble?
I just want to show up a text-layer when shaking the pebble...
They added a new API in SDK 2.0:
https://developer.getpebble.com/2/api-reference/group___accelerometer_service.html
If you don't need control over the strength of the shake, you can use accel_tap_service_subscribe.