You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to try to use Japanese Raspberry Pi 3 module.
However, I can't run i2cHelper.py well because the revision number of Japanese Raspberry Pi 3 is "a32082" .
Hello :-)
I want to try to use Japanese Raspberry Pi 3 module.
However, I can't run i2cHelper.py well because the revision number of Japanese Raspberry Pi 3 is "a32082" .
Can I modify i2cHelper.py as follows?
RPI_REVISION_3 = ["a02082", "a22082"] → RPI_REVISION_3 = ["a02082", "a22082", "a32082"]
Best regards.
The text was updated successfully, but these errors were encountered: