Skip to content

Commit

Permalink
rgbled_is31fl3195: Change default I2C frequency to 400kHz
Browse files Browse the repository at this point in the history
Signed-off-by: Jukka Laitinen <[email protected]>
  • Loading branch information
jlaitine committed Sep 23, 2024
1 parent 4a88bff commit 1a5f9ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivers/lights/rgbled_is31fl3195/rgbled_is31fl3195.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ extern "C" __EXPORT int rgbled_is31fl3195_main(int argc, char *argv[])
int ch;
using ThisDriver = RGBLED_IS31FL3195;
BusCLIArguments cli{true, false};
cli.default_i2c_frequency = 100000;
cli.default_i2c_frequency = 400000;
cli.i2c_address = ADDR;
cli.custom1 = 123;
cli.custom2 = CURRENT_BAND_CB_P5;
Expand Down

0 comments on commit 1a5f9ff

Please sign in to comment.