Skip to content

Commit 61da902

Browse files
authored
Update WipperSnapper_I2C_Driver_Out_Sh1107.h
1 parent 8fa6396 commit 61da902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/i2c/drivers/WipperSnapper_I2C_Driver_Out_Sh1107.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class WipperSnapper_I2C_Driver_Out_SH1107
4141
7-bit device address.
4242
*/
4343
/*******************************************************************************/
44-
WipperSnapper_I2C_Driver_Out_(TwoWire *i2c, uint16_t sensorAddress)
44+
WipperSnapper_I2C_Driver_Out_SH1107(TwoWire *i2c, uint16_t sensorAddress)
4545
: WipperSnapper_I2C_Driver_Out(i2c, sensorAddress) {
4646
_i2c = i2c;
4747
_sensorAddress = sensorAddress;

0 commit comments

Comments
 (0)