Serial Bus
Configuration property fixed at build time - All other configuration properties are overridable at runtime
Type |
Default |
|
---|---|---|
Enable or disable serial bus |
boolean |
|
Path to serial or USB bus like |
string |
|
Set serial bus speed to one of values described in |
enum |
|
SPI Bus
Configuration property fixed at build time - All other configuration properties are overridable at runtime
Type |
Default |
|
---|---|---|
Enable or disable SPI bus |
boolean |
|
Path to SPI bus like |
string |
|
SPI bus speed. Please check your vendor CPU documentation for acceptable values |
integer |
|
SPI bus mode. |
|
|
Word length for byte in bus |
enum |
|
Bits ordering for bus |
|
|
I2C Bus
Configuration property fixed at build time - All other configuration properties are overridable at runtime
Type |
Default |
|
---|---|---|
Enable or disable I2C bus |
boolean |
|
Path to I2C bus like |
string |
|
Describe is I2C 7 bits or 10 bits bus. Please check with CPU vendor documentation. |
boolean |
|
Amount of retries in bus. Default is not set and using default vendor value |
integer |
|
Timeout in bus. Default is not set and using default vendor value. |
integer |
|
GPIO
Configuration property fixed at build time - All other configuration properties are overridable at runtime
Type |
Default |
|
---|---|---|
Enable or disable GPIOs |
boolean |
|
Path to GPIO like |
string |