Method |
Description |
|
ClearScl ( ) : void |
|
|
ClearSda ( ) : void |
|
|
I2cDevice ( DigitalIO sda, DigitalIO scl, Windows settings ) : GHIElectronics.UAP.Gadgeteer.SocketInterfaces |
|
|
Read ( byte buffer, bool sendStart, bool sendStop ) : void |
|
|
ReadBit ( ) : bool |
|
|
ReadScl ( ) : bool |
|
|
ReadSda ( ) : bool |
|
|
Receive ( bool sendAck, bool sendStop ) : byte |
|
|
ReleaseScl ( ) : void |
|
|
ReleaseSda ( ) : void |
|
|
SendStart ( ) : bool |
|
|
SendStop ( ) : bool |
|
|
Transmit ( bool sendStart, bool sendStop, byte data ) : bool |
|
|
WaitForScl ( ) : void |
|
|
Write ( byte buffer, bool sendStart, bool sendStop ) : void |
|
|
WriteBit ( bool bit ) : bool |
|
|