sparkfun / SparkFun_SX1509_Arduino_Library

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

ledDriverInit function conflicts with configClock function #24

Open 40belowlabs opened 1 year ago

40belowlabs commented 1 year ago

configClock must be called after ledDriverInit (Which is called by pinDir for ANALOG_OUTPUT) to set a custom clock config otherwise any values initially written by configClock are overwritten.