follesoe / suunto-ambit-intervals

Application to generate Suunto Ambit Apps for interval training
http://ambitintervals.com/
24 stars 3 forks source link

Two beeps for below target, tree beeps above #6

Closed follesoe closed 9 years ago

follesoe commented 9 years ago

Feedback from danielp27

two beeps for below target, three beeps for above target. i also do this in my own app. it is very handy, one does not have to be checking the watch.

And Thomas Müller:

can you modify the target-alarm? That means, when I´m going out of e.g. pace-target I will get one beep if I´m to slow and two (or 3 in fast frequency) when I´m to fast. It makes it more easy to know if I´m to fast or to slow. Is that possible?

Should be fairly simple to implement. Need to have a variable for beep count, and set it to 2 or 3, and decrement the count for every beep. Need to figure out when to sound the alarm again, i.e. need to keep track of state to see if runner is back within target again.