| 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.general |
General Sensor classes
|
| tijos.framework.sensor.mq |
MQn classes
|
| Modifier and Type | Method and Description |
|---|---|
static TiADC |
TiADC.open(int portID,
int... channelIDs)
Open the TiADC port by port id and the channel list, and return the object
|
| Constructor and Description |
|---|
TiGeneralSensor(TiGPIO gpio,
int signalPinID,
TiADC adc,
int analogChannelID)
TiGeneralSensor initialization, with adc
|
| Constructor and Description |
|---|
TiMQ(TiGPIO gpio,
int signalPinID,
TiADC adc,
int analogChannelID)
TiMQn initialization, with adc
|