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

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

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

Go to the source code of this file.

Classes

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

Detailed Description

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