<configure i2c="i2c" spi="spi" gpio="gpio" tpower="tpower" pullups="pullups"/>
Activate/Deactivate individual sub-systems and features
Parameters
Details
It is not possible to activate I2C, SPI and GPIO all at the same time. The possible combinations are:
I2C | SPI | GPIO | Configuration |
1 | 1 | 0 | I2C and SPI enabled |
1 | 0 | 1 | I2C enabled and SPI pins used as GPIO |
0 | 1 | 1 | SPI enabled and I2C pins used as GPIO |
0 | 0 | 1 | I2C and SPI pins used as GPIO |
Please see the Aardvark I2C/SPI Embedded Systems Interface Datasheet for more information about supplying target power and I2C pullup resistors.