GY-63_MS5611/libraries/PrintString
2020-11-27 11:28:57 +01:00
..
examples/printString update libraries M..P 2020-11-27 11:28:57 +01:00
keywords..txt update libraries M..P 2020-11-27 11:28:57 +01:00
library.json update libraries M..P 2020-11-27 11:28:57 +01:00
library.properties update libraries M..P 2020-11-27 11:28:57 +01:00
LICENSE update libraries M..P 2020-11-27 11:28:57 +01:00
PrintString.h update libraries M..P 2020-11-27 11:28:57 +01:00
README.md update libraries M..P 2020-11-27 11:28:57 +01:00

PrintString

Arduino library to print to a String

Description

PrintString is a class that buffers a number of print statements in a String. This String can be requested to process later.

  • buffer slowly generated data, and send it with minimum time between bytes e.g. to maximize packets for ethernet
  • print to buffer to see how many chars the output is; use to prevent "display line overflow" (e.g. floats)

Operational

See examples