AVRTools
A Library for the AVR ATmega328 and ATmega2560 Microcontrollers
Classes
Reader.h File Reference

This file provides a generic interface to incoming data streams of any kind. It is designed around how serial streams are generally used, but can be used with any system that provides a sequential input of bytes that can be interpreted as strings and/or numbers. More...

#include <stddef.h>
#include <stdint.h>
Include dependency graph for Reader.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Reader
 This is an abstract class defining a generic interface to read numbers and strings from a sequential stream of bytes (such as a serial device). More...
 

Detailed Description

This file provides a generic interface to incoming data streams of any kind. It is designed around how serial streams are generally used, but can be used with any system that provides a sequential input of bytes that can be interpreted as strings and/or numbers.