serial interface: add std::istream
adpater for Arduino Serial
#59
Labels
blocked
Requires another issue to be resolved first.
code improvement
Improves the quality of the code without affecting the functionality of the software.
Similar to
std::cin
a global object shall be provided which allows to read formatted input from the serial interface using the ArduinoSerial
library. This is an interface adapter to 3rd party code.A name could be
serial::cin
.Acceptance criteria:
std::istream
interfacestd::cin
See WIP.
std::cin
instead ofserial_port::cin
#88 must be decided firstThe text was updated successfully, but these errors were encountered: