From 75efbe1ad80731919c7f87488c22d65c8bb3ec74 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 17 Nov 2013 19:03:25 +0100 Subject: add -c, -d to set sda/scl bit --- commandline/i2cdetect.c | 1 + 1 file changed, 1 insertion(+) (limited to 'commandline/i2cdetect.c') diff --git a/commandline/i2cdetect.c b/commandline/i2cdetect.c index 2aa4475..88e5d2e 100644 --- a/commandline/i2cdetect.c +++ b/commandline/i2cdetect.c @@ -9,6 +9,7 @@ int main(int argc, char **argv) { unsigned char id, i2cid; + i2c_getopt(argc, argv); i2c_init(); fputs(" 0 1 2 3 4 5 6 7 8 9 a b c d e f", stdout); -- cgit v1.2.3