just found command
dtoverlay -l
lists loaded devices, which gives the following
P# dtoverlay -l
Overlays (in load order):
0: fe-pi-audio
1: mcp23017 addr=0x20 gpiopin=12
2: mcp3008 spi0-0-present=true spi0-0-speed=1000000
so why is #2 not showing as used by the i2cdetect scan (0xa = UU (Loaded), but 0x20 is not UU)
dtoverlay -l
lists loaded devices, which gives the following
P# dtoverlay -l
Overlays (in load order):
0: fe-pi-audio
1: mcp23017 addr=0x20 gpiopin=12
2: mcp3008 spi0-0-present=true spi0-0-speed=1000000
so why is #2 not showing as used by the i2cdetect scan (0xa = UU (Loaded), but 0x20 is not UU)
Code:
P# i2cdetect -y 1 0 1 2 3 4 5 6 7 8 9 a b c d e f00: -- -- UU -- -- -- -- --10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --20: 20 -- -- -- -- -- -- -- -- -- -- -- -- -- -- --30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --70: -- -- -- -- -- -- -- --
Statistics: Posted by dloranger — Sun Mar 24, 2024 5:18 pm