tinyproto
|
This is Tiny protocol implementation for microcontrollers. More...
#include <stdint.h>
#include <string.h>
#include <stdio.h>
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... | |
This is Tiny protocol implementation for microcontrollers.
Tiny protocol Arduino API