You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sentence=LiteSerialLogger logs to serial without using any statically allocated global memory.
paragraph=Many times, the Serial library is instantiated simply to log output. This comes at a significant global memory cost. LiteSerialLogger just bangs the data onto the port and uses zero global memory as a logger - memory is only used when needed.