tinyproto
Classes
TinyPacket.h File Reference

This is Tiny protocol implementation for microcontrollers. More...

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

Go to the source code of this file.

Classes

class  tinyproto::IPacket
 Describes packet entity and provides API methods to manipulate the packet. More...
 
class  tinyproto::StaticPacket< S >
 Template class to create packet with static allocation of buffer Use this class for microcontrollers with few resources. More...
 
class  tinyproto::HeapPacket
 Class which allocated buffer for packet dynamically. More...
 

Detailed Description

This is Tiny protocol implementation for microcontrollers.

Tiny protocol Arduino API