-
Does there exist a PCA9685 provider for Pi4J v2? |
Beta Was this translation helpful? Give feedback.
Answered by
taartspi
Oct 25, 2024
Replies: 1 comment
-
For that specific device,no. The pi4j-V2 does not directly provide any devices but does provide example implementations of devices. If you intend to implement this yourself you could look at the devices in https://www.pi4j.com/examples/. Or https://www.pi4j.com/examples/communityimplementation/. These contain some mcp230xx devices that hold some similarity to your device and show i2c access of the register sets |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
caplan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For that specific device,no. The pi4j-V2 does not directly provide any devices but does provide example implementations of devices. If you intend to implement this yourself you could look at the devices in https://www.pi4j.com/examples/. Or https://www.pi4j.com/examples/communityimplementation/. These contain some mcp230xx devices that hold some similarity to your device and show i2c access of the register sets