1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-02-26 20:54:22 +01:00
Matthijs Kooijman 1c454913d2 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.
2019-09-19 19:55:11 +02:00
..