CppLinuxSerial icon indicating copy to clipboard operation
CppLinuxSerial copied to clipboard

Added Enum Class for Flow Control

Open VFrancescon opened this issue 3 years ago • 0 comments

A sensor I am using requires flow control on, but the rest of the system does not.

Therefore I implemented an overloaded constructor and enum class to set it as required.

I tried my best to follow the format of the code as it already was, please forgive any lack of form.

Still new to pull requests and proper practices.

VFrancescon avatar Mar 16 '22 15:03 VFrancescon