An open API service indexing awesome lists of open source software.

https://github.com/restioson/dp4a

Distributed Processing system for AVR in rust
https://github.com/restioson/dp4a

Last synced: over 1 year ago
JSON representation

Distributed Processing system for AVR in rust

Awesome Lists containing this project

README

          

# dp4a
Distributed Processing system for AVR in rust

DP4A is a hardware-dependent system for writing ergonomic distributed processing routines for the AVR microcontroller series.
It leverages the power of macros to let you write concise, familiar, and readable code. WIP

# Diagram and explanation
The documentation breaks down the system. You can view it with `cargo docs --open`

![Diagram of MP4A data flow](https://i.imgur.com/M5Truwo.png)