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 TiSPIMaster |
TiSPIMaster.open(int portID)
Open the TiSPIMaster port by port id, and return the object
NOTE: remapID is 0, that is default location |
static TiSPIMaster |
TiSPIMaster.openRemap(int portID,
int remapID)
Open the TiSPIMaster port by port id and remap id, and return the object
|