mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
vcm1193l:Bug Fix set default address
This commit is contained in:
committed by
Daniel Agar
parent
c8426da50d
commit
84066f574d
@@ -70,6 +70,8 @@ extern "C" int vcm1193l_main(int argc, char *argv[])
|
||||
using ThisDriver = VCM1193L;
|
||||
BusCLIArguments cli{true, false};
|
||||
cli.default_i2c_frequency = I2C_SPEED;
|
||||
cli.i2c_address = I2C_ADDRESS_DEFAULT;
|
||||
|
||||
|
||||
while ((ch = cli.getOpt(argc, argv, "R:")) != EOF) {
|
||||
switch (ch) {
|
||||
|
||||
Reference in New Issue
Block a user