Class GpioOutputAllExample
- java.lang.Object
-
- GpioOutputAllExample
-
public class GpioOutputAllExample extends Object
This example code demonstrates how to perform simple state control of all GPIO pins on the RaspberryPi.- Author:
- Robert Savage
-
-
Constructor Summary
Constructors Constructor Description GpioOutputAllExample()
-
-
-
Method Detail
-
main
public static void main(String[] args) throws InterruptedException, PlatformAlreadyAssignedException, IOException
- Parameters:
args
-- Throws:
InterruptedException
PlatformAlreadyAssignedException
IOException
-
-