18 lines
365 B
Plaintext
18 lines
365 B
Plaintext
|
config HAS_ARDUINO_SERIAL
|
||
|
bool
|
||
|
help
|
||
|
This option specifies that the target platform is compatible
|
||
|
with Arduino Serial
|
||
|
|
||
|
config HAS_ARDUINO_I2C
|
||
|
bool
|
||
|
help
|
||
|
This option specifies that the target platform is compatible
|
||
|
with Arduino I2C
|
||
|
|
||
|
config HAS_ARDUINO_SPI
|
||
|
bool
|
||
|
help
|
||
|
This option specifies that the target platform is compatible
|
||
|
with Arduino SPI
|