mozilla-sensorweb / sensorweb-firmware

Contains all code that runs on the SensorWeb device
Mozilla Public License 2.0
4 stars 3 forks source link

Add println! support #7

Closed dhylands closed 7 years ago

dhylands commented 7 years ago

From the research I've done, it looks like this means we need to provide our own println! macro.

Some examples: http://embedded.hannobraun.de/2016-05-25-adding-print-macros/ http://os.phil-opp.com/printing-to-screen.html#a-println-macro