Package hw
Class IO

Public Method setOutputBlinkFrequency

static void setOutputBlinkFrequency(int period)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Parameter Range Description
period 1 ... 255 interval of state changes in units of 10ms

Sets the blinking frequency for all outputs by defining the interval of state changes.

Note

Example

IO.setOutputBlinkFrequency(25);

This will set the blinking frequency to 2 Hertz (250ms on and 250ms off).

See also:

IO
IO.setOutput(int, int)
IO.setMultipleOutputs(int, int)