-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
blockedRequires another issue to be resolved first.Requires another issue to be resolved first.code improvementImproves the quality of the code without affecting the functionality of the software.Improves the quality of the code without affecting the functionality of the software.
Description
Similar to std::cin
a global object shall be provided which allows to read formatted input from the serial interface using the Arduino Serial
library. This is an interface adapter to 3rd party code.
A name could be serial::cin
.
Acceptance criteria:
- a global object is available which fulfils the
std::istream
interface - that object can be used to read from serial interface like
std::cin
See WIP.
- use
std::cin
instead ofserial_port::cin
#88 must be decided first
Metadata
Metadata
Assignees
Labels
blockedRequires another issue to be resolved first.Requires another issue to be resolved first.code improvementImproves the quality of the code without affecting the functionality of the software.Improves the quality of the code without affecting the functionality of the software.