Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expand String examples with explicit size concat and constructor #9239

Closed
wants to merge 1 commit into from

Conversation

matthijskooijman
Copy link
Collaborator

@matthijskooijman matthijskooijman commented Sep 19, 2019

This expands examples to show the newly added APIs:

String::concat(const char *, unsigned int)
String::String(const char *, unsigned int)

Since not all cores versions will support this right away, a version
check is added against ARDUINO_CORE_API.

These APIs are added to ArduinoCore-API in arduino/ArduinoCore-API#97. Before merging these examples, the version check must be updated to the first API version that includes these new APIs.

This expands examples to show the newly added APIs:

	String::concat(const char *, unsigned int)
	String::String(const char *, unsigned int)

Since not all cores versions will support this right away, a version
check is added against ARDUINO_CORE_API.
@per1234
Copy link
Collaborator

per1234 commented Sep 26, 2020

Moved to arduino/arduino-examples#18

@per1234 per1234 closed this Sep 26, 2020
@arduino arduino deleted a comment Dec 25, 2020
@per1234 per1234 added Component: Documentation Related to Arduino's documentation content feature request A request to make an enhancement (not a bug fix) labels Sep 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Documentation Related to Arduino's documentation content feature request A request to make an enhancement (not a bug fix)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants