SlashDevin / NeoSWSerial

Efficient alternative to SoftwareSerial with attachInterrupt for RX chars, simultaneous RX & TX
169 stars 42 forks source link

Update NeoSWSerial.cpp in rxPin input mode and peek method #44

Open hzawary opened 3 years ago

hzawary commented 3 years ago

1- In line 138, rxPin input mode changed to INPUT_PULLUP for cancel noise. 2- In lin 268, peek method added.