Task-Tracker-Systems / Task-Tracker-Device

Sources for a task time recording device.
https://task-tracker-systems.github.io/Task-Tracker-Device/
MIT License
2 stars 0 forks source link

serial interface: add `std::ostream` adpater for Arduino `Serial` #58

Closed dhebbeker closed 1 year ago

dhebbeker commented 1 year ago

Similar to std::cout a global object shall be provided which allows to print formatted output to the serial interface using the Arduino Serial library. This is an interface adapter to 3rd party code.

A name could be serial::cout.

Acceptance criteria:

See WIP.