dscLEDTest

BYTE dscLEDTest(DSCB board, BOOL state);

This function turns the LED on or off.

Name

Description

DSCB

The handle of the board to operate on

State

1 = LED ON, 0 = LED OFF

Return Value

Error code or 0.

Last updated