zephyrproject-rtos / gsoc-2022-arduino-core

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

zephyrCommon: Implement pulseIn #101

Closed Ayush1325 closed 1 month ago

Ayush1325 commented 1 month ago
Ayush1325 commented 1 month ago

@DhruvaG2000 Any idea regarding the failing CI? I don't think it is related to this PR.

DhruvaG2000 commented 1 month ago

@DhruvaG2000 Any idea regarding the failing CI?

Yep, locally reproduced just now. /__w/gsoc-2022-arduino-core/gsoc-2022-arduino-core/Arduino-Zephyr-API/samples/i2cdemo/prj.conf:2: warning: attempt to assign the value 'y' to the undefined symbol CPLUSPLUS

Need to get rid of this symbol from everywhere looks like.

DhruvaG2000 commented 1 month ago

Not related to this PR, so nothing to be alarmed.

DhruvaG2000 commented 1 month ago

This PR should probably help: https://github.com/zephyrproject-rtos/gsoc-2022-arduino-core/pull/104