Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/havrak/raspberry-pi-pca9685
Frok of https://github.com/vanvught/rpidmx512 rewritten to use WiringPi
https://github.com/havrak/raspberry-pi-pca9685
Last synced: 2 days ago
JSON representation
Frok of https://github.com/vanvught/rpidmx512 rewritten to use WiringPi
- Host: GitHub
- URL: https://github.com/havrak/raspberry-pi-pca9685
- Owner: havrak
- License: mit
- Created: 2022-03-06T13:03:06.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-19T19:47:37.000Z (almost 1 year ago)
- Last Synced: 2023-11-19T20:35:54.979Z (almost 1 year ago)
- Language: C++
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PCA9685 library using WiringPi
This library is a fork of [PCA9685 library made by vanvught](https://github.com/vanvught/rpidmx512/tree/master/lib-pca9685).
I have just changed it slightly to interface with i2c via WiringPi library and not directly with chip on rpi boards.As of second half of 2021 wiringPi is no longer maintained and in standart repositories.
If you wish to use this library please use the [unofficial fork](https://github.com/WiringPi/WiringPi).