Package jpigpio.impl

Class SPI

java.lang.Object
jpigpio.impl.SPI

public class SPI
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    SPI​(JPigpio pigpio, int channel, int baudRate, int flags)  
  • Method Summary

    Modifier and Type Method Description
    void close()  
    void read​(byte[] data)  
    void write​(byte[] data)  
    byte xfer​(byte txData)  
    void xfer​(byte[] txData, byte[] rxData)  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait