Skip to content

Commit 0e3c6a0

Browse files
committed
docstring corrections
1 parent 90c4741 commit 0e3c6a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/LEDDriver.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ class PCA9956B : public PCA995x_I2C
341341
/** Number of channels */
342342
static constexpr uint8_t n_channel = 24;
343343

344-
/** Name of the PCA9955B registers */
344+
/** Name of the PCA9956B registers */
345345
enum reg_num {
346346
MODE1, MODE2,
347347
LEDOUT0, LEDOUT1, LEDOUT2, LEDOUT3, LEDOUT4, LEDOUT5,
@@ -359,13 +359,13 @@ class PCA9956B : public PCA995x_I2C
359359
PWMALL, IREFALL,
360360
EFLAG0, EFLAG1, EFLAG2, EFLAG3, EFLAG4, EFLAG5
361361
};
362-
/** Create a PCA9955B instance connected to specified I2C pins with specified address
362+
/** Create a PCA9956B instance connected to specified I2C pins with specified address
363363
*
364364
* @param i2c_address I2C-bus address (default: (0x02>>1))
365365
*/
366366
PCA9956B( uint8_t i2c_address = (0x02 >> 1) );
367367

368-
/** Create a PCA9955B instance connected to specified I2C pins with specified address
368+
/** Create a PCA9956B instance connected to specified I2C pins with specified address
369369
*
370370
* @param wire TwoWire instance
371371
* @param i2c_address I2C-bus address (default: (0xBC>>1))

0 commit comments

Comments
 (0)