GY-63_MS5611/libraries/PrintCharArray
2020-11-27 11:28:57 +01:00
..
examples 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
PrintCharArray.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

PrintCharArray

Arduino library to print to a char array

Description

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

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

Operation

See examples