UnaiFernandez / minimeteo

Open-source small meteo station for Atmega328p based boards
3 stars 0 forks source link

Ring buffer implementation #3

Closed UnaiFernandez closed 2 years ago

UnaiFernandez commented 2 years ago

The received data in the UART module needs to be stored in a circular buffer, in order to avoid losing data because CPU is busy

UnaiFernandez commented 2 years ago

The first version is done. there are some tests left in order to find bugs but it seems to work properly.