Soldered SD Card Arduino Library 1.0.0
Easily read and write files to and form the SD card breakout! A fork of the original SDFat library by Bill Greiman.
Loading...
Searching...
No Matches
StdioStream.h File Reference

StdioStream class. More...

Go to the source code of this file.

Classes

class  StdioStream
 StdioStream implements a minimal stdio stream. More...
 

Variables

const uint8_t STREAM_BUF_SIZE = 64
 
const uint8_t UNGETC_BUF_SIZE = 2
 

Detailed Description

StdioStream class.

Variable Documentation

◆ STREAM_BUF_SIZE

const uint8_t STREAM_BUF_SIZE = 64

Total size of stream buffer. The entire buffer is used for output. During input UNGETC_BUF_SIZE of this space is reserved for ungetc.

◆ UNGETC_BUF_SIZE

const uint8_t UNGETC_BUF_SIZE = 2

Amount of buffer allocated for ungetc during input.