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
|
Modifier and Type | Method and Description |
---|---|
static TiUART |
TiUART.open(int portID)
Open the TiUART port by port id, and return the object
NOTE1: control is CONTROL_NONE, that is default flow control type NOTE2: remapID is 0, that is default location |
static TiUART |
TiUART.openRemap(int portID,
int control,
int remapID)
Open the TiUART port by port id, flow control type and remap id, and return
the object
|