Package | Description |
---|---|
tijos.framework.devicecenter |
Device bus related classes, such as GPIO I2C, PWM, etc., can be used to develop the sensor which is not supported in the standard library
|
tijos.framework.sensor.ds18b20 |
DS18B20 classes
|
Modifier and Type | Method and Description |
---|---|
static TiOWMaster |
TiOWMaster.open(int portID,
int... ioIDs)
Open the TiOWMaster port by port id and the io list, and return the object
|
Constructor and Description |
---|
TiDS18B20(TiOWMaster ow,
int ioID)
TiDS18B20 initialization
|