issues
search
rland93
/
ollyfc
A small rust-embedded flight computer. RTIC, FrSky protocols, and STM32F4 hardware.
Mozilla Public License 2.0
1
stars
0
forks
source link
Simple queue for log entries
#53
Open
rland93
opened
2 months ago
rland93
commented
2 months ago
Log entry queue. Compile-time sized
type is the union from #52
One consumer, many producers
Example code with validation test: 2 sensors produce, logging task consumes and writes #51