Skip to content

A library for reasonably reliable communications between MCUs

Notifications You must be signed in to change notification settings

brianrho/Packeteer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Packeteer library

A library for reasonably reliable async and packetized communications between MCUs, primarily with buffered UARTs.

Application code only needs to provide a send() function, a receive() function, and an available() function, the last for getting the number of bytes waiting to be read. Providing a yield function is optional. Check the header for details.

Written in C to allow usage with embedded software written in C alone.

About

A library for reasonably reliable communications between MCUs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages