sparkfun / SparkFun_SX1509_Arduino_Library

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

pinDir REG_DIR_A #28

Open totalretribution opened 6 months ago

totalretribution commented 6 months ago

Im having an issue enabling input_pullup on IO7-0 and I might be misunderstanding the datasheet for SX1509 however looking at the code for pinDir it only seems to handle REG_DIR_B which is IO15-8.

It also looks like readPin and writePin only ever write to B registers.