How to determine current i2c bus speed? Is there way to determine the current i2c bus speed? I could scan the config.txt for the applicable entry of course, i.e. But that seems like a bit of hack? For example:
# cat /boot/firmware/config.txt | grep arm_baudrate
dtparam=i2c_arm_baudrate=10000
Is there a better method?
# cat /boot/firmware/config.txt | grep arm_baudrate
dtparam=i2c_arm_baudrate=10000
Is there a better method?
Statistics: Posted by Schorschi — Tue Oct 29, 2024 7:59 pm — Replies 1 — Views 42