Skip to content

serial interface: add std::istream adpater for Arduino Serial  #59

Open
@dhebbeker

Description

@dhebbeker

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.

Metadata

Metadata

Assignees

Labels

blockedRequires another issue to be resolved first.code improvementImproves the quality of the code without affecting the functionality of the software.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions