zephyrproject-rtos / gsoc-2022-arduino-core

Arduino Core Zephyr Module (GSoC 2022 Project)
Apache License 2.0
44 stars 11 forks source link

variants: arduino_nano_33_iot: Fix 'i2c0' fail to resolve #55

Closed soburi closed 2 years ago

soburi commented 2 years ago

Use arduino_nano_i2c instead of i2c0.

Signed-off-by: TOKITA Hiroshi tokita.hiroshi@fujitsu.com

DhruvaG2000 commented 2 years ago

@soburi does this PR solve https://github.com/zephyrproject-rtos/gsoc-2022-arduino-core/issues/50 ? If so then kindly mention "close https://github.com/zephyrproject-rtos/gsoc-2022-arduino-core/issues/50" in the commit or PR description

soburi commented 2 years ago

@soburi does this PR solve #50 ? If so then kindly mention "close #50" in the commit or PR description

Oh! I missed #50 issue. Add mention to #50.

Thank you notify to me.