-
- InWaiting is an equivalent of Serial.available() (On Arduino), used to get number of bytes available in buffer and if it is relevant to read from it - Sometimes during usage it bothered me that this lib is STATIC, so I made this option. (Haven't tested, but compiled just fine)
-
- Added support for setting the parity. - Added support for setting the num. stop bits.
-
…emoved unused files. Added 'mn' namespace.