gfroerli / firmware

Firmware for the water temperature sensor project
GNU General Public License v3.0
6 stars 1 forks source link

Add uart_rn and uart_log helper functions #24

Closed dbrgn closed 6 years ago

dbrgn commented 6 years ago

When changing UART configuration, we sometimes need to wait for the previously printed data to be processed before or after the change.

This adds two helper functions for that.