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
{{ message }}
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.
I'm working on a project with two i2c devices, a RTC (Adafruit 4282) 0x68 and a OLED (SSD1306) 0x3C. I can get them both to show up but they are on different busses. The RTC module uses bus 1 and I have configured dtoverlay to create bus 4 (SDA to GPIO 23 and SCL to GPIO 24) to which I have the OLED connected. However, I can't communicate with anything on bus 4 using this powershell module, only Python. (https://github.com/adafruit/Adafruit_Python_Extended_Bus)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm working on a project with two i2c devices, a RTC (Adafruit 4282) 0x68 and a OLED (SSD1306) 0x3C. I can get them both to show up but they are on different busses. The RTC module uses bus 1 and I have configured dtoverlay to create bus 4 (SDA to GPIO 23 and SCL to GPIO 24) to which I have the OLED connected. However, I can't communicate with anything on bus 4 using this powershell module, only Python. (https://github.com/adafruit/Adafruit_Python_Extended_Bus)
The text was updated successfully, but these errors were encountered: