Skip to content

Conversation

DhruvaG2000
Copy link
Member

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

Closes #38

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

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

Signed-off-by: Dhruva Gole <goledhruva@gmail.com>
@DhruvaG2000 DhruvaG2000 requested review from soburi and szczys December 18, 2022 04:20
Copy link
Member

@soburi soburi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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/.)

@DhruvaG2000
Copy link
Member Author

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 DhruvaG2000 marked this pull request as draft December 26, 2022 02:58
@DhruvaG2000
Copy link
Member Author

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

@DhruvaG2000 DhruvaG2000 mentioned this pull request Jul 25, 2023
soburi pushed a commit to soburi/gsoc-2022-arduino-core that referenced this pull request Sep 24, 2025
This is a replacement for PR: zephyrproject-rtos#71 and zephyrproject-rtos#82.

All of the earlier commits were squashed into one.  Then this was converted a few times during the zephyrproject-rtos#85 pr time
frame as things kept changing and moving around.   It has now been updated to the released .3 version.

We defined the additional SPI ports and Wire ports.

We defined an initial setup for Analog pins.  Have similar hack to GIGA version for pure Analog.  Added additional hacks for duplicated
pins.  That is two of the analog Pins are the exact same pin as some other digital pins...

Added some PWM support.

Also added WIP: camera support.

Co-Authored-By: Mike S <5366213+mjs513@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Serial.print fails

2 participants