zephyrproject-rtos / gsoc-2022-arduino-core

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

samples: hello arduino: Clean up #71

Closed DhruvaG2000 closed 1 year ago

DhruvaG2000 commented 1 year ago

Cleanup hello_arduino sample by removing comments that no longer apply and also removing unnecessary amount of prints.

Closes https://github.com/zephyrproject-rtos/gsoc-2022-arduino-core/issues/38

Signed-off-by: Dhruva Gole goledhruva@gmail.com

DhruvaG2000 commented 1 year ago

It is good as "hello world" example. The original was also work as formatting test. Is not need to consider? (Such like as https://www.arduino.cc/reference/en/language/functions/communication/serial/print/.)

I agree that we should have a way to demo other Serial.print variants as well. Let me then rather than delete all other lines make them look neater.

DhruvaG2000 commented 1 year ago

Closing this- because this sample actually demonstrates a lot of useful stuff that our API can do so let's keep as is.