payano / mMesh

Mesh implementation for embedded systems, focusing on a small footprint
MIT License
0 stars 1 forks source link

Create debug printouts via uart #21

Closed payano closed 4 years ago

payano commented 4 years ago

use printf methods so we can use standardized methods calls which will work for both linux and stm32

payano commented 4 years ago

Debug levels would be nice to implement too.