sparkfun / SparkFun_SX1509_Arduino_Library

Arduino library for the SX1509 16-I/O GPIO expander.
44 stars 38 forks source link

Commented RECEIVE_TIMEOUT_VALUE as variable seems unused #11

Closed gb-123-git closed 2 years ago

gb-123-git commented 2 years ago

The variables 'RECEIVE_TIMEOUT_VALUE' in SX1509::readByte & SX1509::readWord seem to be unused. Commented.

gb-123-git commented 2 years ago
  1. Commented a missed timeout line.
  2. Another bugfix to remove compiler warnings.
nseidle commented 2 years ago

Thank you very much for the PR! Looks good.