modm API documentation
|
Classes | |
class | modm::pca9535< I2cMaster > |
lbuild module: modm:driver:pca9535
Also software-compatible with PCA9555. The lower three address bits can be configured: 0100abc
.
Notice that you can specify multiple pins at the same time for functions with argument type Pins
, either by ORing the according pins, or converting a 16-bit value using the Pins(uint16_t)
converting constructor.
Other functions with argument type Pin
can only take one pin. If you want to operate on all 16-bit, use the get(Inputs|Outputs|Directions|Polarities)()
getters.