Fork of MCP23008 by
Diff: MCP23008_I2C.hpp
- Revision:
- 2:d9beb7a97ff3
- Parent:
- 1:3bda347154e6
--- a/MCP23008_I2C.hpp Wed Aug 24 17:42:16 2016 +0000 +++ b/MCP23008_I2C.hpp Wed Aug 24 18:09:39 2016 +0000 @@ -26,11 +26,8 @@ }; /** Constructor * - * @param sda I2C sda pin - * @param scl I2C scl pin - * @param address The hardware address of the MCP23008. This is the 3-bit - * value that is physically set via A0, A1, and A2. - * @param freq The I2C frequency. Should probably be 100KHz or 400KHz. + * @param i2c I2C Bus + * @param deviceAddress I2C slave address (PCF8574 (or PCF8574A) or MCP23008 portexpander, */ MCP23008_I2C ( I2C *i2c, char deviceAddress);