femtoduino / ArduinoCore-atsamd21e18a

Arduino Core and Bootloader for the ATMEL SAM D21/R21 (E Variant) chips.
https://femto.io
29 stars 15 forks source link

Changed the way raw data is copied to a buffer #24

Closed drogge closed 6 years ago

drogge commented 6 years ago

toPrintableVar now uses memcpy instead of sprints to copy raw data to result buffer. toPrintableArr now returns number of bytes placed in buffer.

zrecore commented 6 years ago

To be sure, this is for issue #21 right?