Good point! About the best reference by now is buried in the setOptions reference: http://www.espruino.com/Reference#l_Bangle_setOptions
twistThreshold
twistMaxY
twistTimeout
But this (or perhaps a more understandable version of it) should really be in the Settings Readme :)
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Good point! About the best reference by now is buried in the setOptions reference: http://www.espruino.com/Reference#l_Bangle_setOptions
twistThreshold
How much acceleration to register a twist of the watch strap? Can be negative for oppsite direction. default = 800twistMaxY
Maximum acceleration in Y to trigger a twist (low Y means watch is facing the right way up). default = -800twistTimeout
How little time (in ms) must a twist take from low->high acceleration? default = 1000But this (or perhaps a more understandable version of it) should really be in the Settings Readme :)