Method | Description | |
---|---|---|
DS2482_100 ( Windows.Devices.I2c.I2cDevice i2cDevice ) : System | ||
Dispose ( ) : void | ||
EnableStrongPullup ( ) : void | ||
OneWireFamilySkipSetup ( ) : void |
Setup the search to skip the current device type on the next call to OWNext().
|
|
OneWireFirst ( ) : bool |
Find the 'first' devices on the 1-Wire bus
|
|
OneWireReadBit ( ) : bool |
Read 1 bit of data from the 1-Wire bus
|
|
OneWireReadByte ( ) : byte |
Read 1 bit of data from the 1-Wire bus
|
|
OneWireReset ( ) : bool |
Reset the 1-Wire bus and return the presence of any device
|
|
OneWireSearch ( ) : bool |
Perform the 1-Wire Search Algorithm on the 1-Wire bus using the existing search state.
|
|
OneWireTargetSetup ( byte family_code ) : void |
Setup the search to find the device type 'family_code' on the next call to OWNext() if it is present.
|
|
OneWireVerify ( ) : bool |
Verify the device with the ROM number in ROM_NO buffer is present.
|
|
OneWireWriteBit ( bool bit_value ) : void |
Send 1 bit of data to teh 1-Wire bus
|
|
OneWireWriteByte ( byte byte_value ) : void |
Send 8 bits of data to the 1-Wire bus
|
|
OnoWireNext ( ) : bool |
Find the 'next' devices on the 1-Wire bus
|
|
ReadStatus ( bool setReadPointerToStatus = false ) : byte |
Read status byte from DS2482_100
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
WaitForOneWireReady ( ) : void | ||
docrc8 ( byte value ) : byte |
public DS2482_100 ( Windows.Devices.I2c.I2cDevice i2cDevice ) : System | ||
i2cDevice | Windows.Devices.I2c.I2cDevice | |
return | System |
public OneWireTargetSetup ( byte family_code ) : void | ||
family_code | byte | |
return | void |
public OneWireWriteBit ( bool bit_value ) : void | ||
bit_value | bool | |
return | void |
public OneWireWriteByte ( byte byte_value ) : void | ||
byte_value | byte | byte to send |
return | void |
public ReadStatus ( bool setReadPointerToStatus = false ) : byte | ||
setReadPointerToStatus | bool | Set to true if read pointer should be moved to status register before reading status |
return | byte |