Releases: sparkfun/SparkFun_Qwiic_Power_Switch_Arduino_Library
Releases · sparkfun/SparkFun_Qwiic_Power_Switch_Arduino_Library
Version 1.0.2
This release:
- Corrects the pin number check - reported here: sparkfun/SparkFun_PCA9536_Arduino_Library#4
Version 1.0.1
This release:
- Replaces
boolean
(deprecated) withbool
- Better error reporting via return values
- On
powerOff
, isolate the bus first, wait 10ms, then turn the power off - to avoid bus corruption - Likewise for
switchPower
, when powering off, isolate first, wait 10ms, then power off
Version V1.0.0
First release!