Package hw
Class IO

Public Method setChronometryOnOff

static void setChronometryOnOff(byte onOff)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Parameter Range Description
onOff CHRON_ON, CHRON_OFF turns the chronomtry on or off

This method provides the possibility to turn the chronometry off and afterwards on. All values are reseted if the chronometry is turned off.

Note

Example

  IO.setChronometryOnOff(IO.CHRONO_ON);

See also:

IO.getChronometryValue()
IO.setChronometry(byte)