Replies: 1 comment
-
Fixed by using i2c1 instead of i2c0 on app.overlay |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use the gpio_pcf8574 driver on my xiao_ble board.
This is the source code I'm working with: https://github.com/nik012003/zephyr-tests .
Running
west build -p -b xiao_ble .
gives me this error:It works fine on another board such as esp32 (
west build -p -b esp32 .
).What could be the root of this issue? Could you point me to some resources to understand why this is not compiling on xiao_ble?
Beta Was this translation helpful? Give feedback.
All reactions