CppLinuxSerial
CppLinuxSerial copied to clipboard
Added Enum Class for Flow Control
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.