You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suggest adding a _write function to IO_PCA9658pwm, analogous to the one implemented in IO_PCA9685.cpp. This would permit simple on/off control of an output.
This would be specifically useful to trigger turnout solenoids with the Adafruit PCA9685-based motor shield in an EX-RAIL script, since the servo-based model in IO_PCA9685 has issues with I2c writes being skipped in rapid SET/RESET sequences. I've discussed this in the EX-RAIL Discord.
The text was updated successfully, but these errors were encountered:
I suggest adding a _write function to IO_PCA9658pwm, analogous to the one implemented in IO_PCA9685.cpp. This would permit simple on/off control of an output.
This would be specifically useful to trigger turnout solenoids with the Adafruit PCA9685-based motor shield in an EX-RAIL script, since the servo-based model in IO_PCA9685 has issues with I2c writes being skipped in rapid SET/RESET sequences. I've discussed this in the EX-RAIL Discord.
The text was updated successfully, but these errors were encountered: