1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-01 12:24:14 +01:00
Arduino/hardware
Matthijs Kooijman 250386802f Add Print::write(const char *, size_t)
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).
2013-12-24 13:22:42 +01:00
..
arduino Add Print::write(const char *, size_t) 2013-12-24 13:22:42 +01:00
tools Removed unused boards/programmers 2012-08-25 16:31:25 +02:00