ledongthuc / CustomSoftwareSerial

Alternative SoftwareSerial in Arduino. CustomSoftwareSerial library allow to configure and custom Parity Bit and Stop Bit.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unknown code...

opened this issue · comments

Hi
this variable is never used: uint8_t maxValueOfData
look at: CustomSoftwareSerial.cpp, Row:477:11
uint8_t maxValueOfData = round(pow(2, this->_numberOfDataBit - 1));
Thanks & Regards