diff --git a/java-examples/011-SPI-Channel-Example.java b/java-examples/011-SPI-Channel-Example.java index e9b894b4..41ace6ea 100644 --- a/java-examples/011-SPI-Channel-Example.java +++ b/java-examples/011-SPI-Channel-Example.java @@ -14,7 +14,7 @@ public static void main(String [] args) throws InterruptedException { } //Instantiate the SPI SPIChannel spi = new SPIChannel(dyio); - + //New instance of byteList is created named as dataStream ByteList dataStream = new ByteList(new byte[] {33,55,66,77,88,99}); int slaveSelectChannelNumber = 3;