test2
test
- warmup (Lap button press)
To install this workout on your Suunto Ambit
You must copy and paste this code in the movescount website in the App Designer.
Watch the tutorial (french commented)
Own Variables to create
NOM | VALEUR |
---|---|
Step | 0 |
TmpLap | 1 |
Code to copy / paste
RESULT=Step; if (Step==0) { postfix="warmup"; if (SUUNTO_LAP_NUMBER > TmpLap) { Suunto.alarmBeep(); Step=Step+1; TmpLap=SUUNTO_LAP_NUMBER; } }