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 #18

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 26, 2020

  1. Expand String examples with explicit size concat and constructor

    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.
    matthijskooijman authored and per1234 committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    3f92ba1 View commit details
    Browse the repository at this point in the history