public class TestOnPi extends Object implements PiUtil
PiUtil.Impl, PiUtil.LeTick
Modifier and Type | Field and Description |
---|---|
static int |
LEDgnPin |
static int |
LEDrdPin
The LEDs to blink.
|
static int |
LEDyePin |
appIO, ERR_CLOSE_WDOG, ERR_NoGPIOLOCK, ERR_NoLOCKFILE, ERR_NoLOCKPROC, ERR_NOT_LOCKED, ERR_OPEN_W_DOG, GPIO_INP, GPIO_OUT, H1, HI, L0, lckPiGpioPth, lckWinGpioPth, LO, out, PI_PUD_DOWN, PI_PUD_DT, PI_PUD_KP, PI_PUD_OFF, PI_PUD_UP, PIO_ALT0, PIO_ALT1, PIO_ALT2, PIO_ALT3, PIO_ALT4, PIO_ALT5
Constructor and Description |
---|
TestOnPi() |
Modifier and Type | Method and Description |
---|---|
void |
doIt()
The application's work.
|
static void |
main(String[] args)
The application start.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
closeLock, closeWatchdog, eightDigitHex, errorText, getLastExcept, getLastExcMess, openLock, openWatchdog, systemExit, thrDelay, triggerWatchdog, twoDigitDec
public static int LEDrdPin
public static int LEDyePin
public static int LEDgnPin
public static void main(String[] args)
args
- start parameters, not used (yet).public void doIt()