Package hw
Class IO

Public Method setDACValue

static void setDACValue(int value)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Parameter Range Description
value 0 ... 1023 DAC output value

This method is used to adjust the DAC output voltage to the specified value. When the system starts up the DAC is adjustet to the value 0.

Note

Example

IO.setDACValue(100);

See also:

IO
Set DAC Value