Lines Matching full:addresses
3 The blacklist.json in package directory can determine i2c buses and addresses
5 being scanned. A bus/addresses object can block specific addresses on the bus
6 while allowing scanning others addresses on the same bus.
20 ## For addresses
22 Put in bus and addresses with this format:
29 "addresses": ["0x30", "0x40"]
33 "addresses": ["0x55"]
39 Note that "bus" should be an unsigned integer and "addresses" be an array of
40 string of hex. Addresses can also be blocked on all busses. In this case, they
47 "addresses": ["0x70", "0x71"]
51 This example will not query addresses 0x70 or 0x71 on any bus.
61 "addresses": ["0x30", "0x40"]
64 "addresses": ["0x71"]
68 This example will skip addresses 0x30 and 0x40 on bus 3, all devices on bus 1,