mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-30 19:52:13 +01:00
250386802f
The new function just calls Print::write(const uint8_t *, size_t), but this allows writing out a buffer of chars (without having to learn about casts).