GY-63_MS5611/libraries/PrintCharArray
2017-12-09 21:43:57 +01:00
..
examples add test sketch 2017-12-09 21:43:57 +01:00
library.json initial version 2017-12-09 20:39:12 +01:00
library.properties initial version 2017-12-09 20:39:12 +01:00
PrintCharArray.h initial version 2017-12-09 20:39:12 +01:00
readme.md initial version 2017-12-09 20:39:12 +01:00

PrintCharArray is a class that buffers a number of print statements in a char array. This char array can be processed later.

Typical usecase:

  • buffer slow generated of a packet of data and send it with minimum time between bytes

  • print to buffer an see how long output is; use to prevent "display line overflow" (e.g. floats)