https://github.com/banaankiamanesh/pca9685-raspberrypi
This is a PCA9685 PWM Module Library for Raspberry pi Using Wiring Pi Library! That can be used for Driving Motors, LEDs, etc.
https://github.com/banaankiamanesh/pca9685-raspberrypi
brushless i2c led-driver motor-driver pca9685 pwm quadcopter raspberry-pi wiringpi
Last synced: 25 days ago
JSON representation
This is a PCA9685 PWM Module Library for Raspberry pi Using Wiring Pi Library! That can be used for Driving Motors, LEDs, etc.
- Host: GitHub
- URL: https://github.com/banaankiamanesh/pca9685-raspberrypi
- Owner: BanaanKiamanesh
- License: mit
- Created: 2021-12-11T09:52:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-30T01:50:33.000Z (almost 3 years ago)
- Last Synced: 2024-11-15T11:19:55.924Z (11 months ago)
- Topics: brushless, i2c, led-driver, motor-driver, pca9685, pwm, quadcopter, raspberry-pi, wiringpi
- Language: C++
- Homepage:
- Size: 4.88 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PCA9685-WiringPi
### This is ***minimal, fully functional*** and ***easy to use*** C++ library for PCA9685 PWM Module, for Raspberry pi using wiringPi Library!
Click [here](http://wiringpi.com/download-and-install/) for the WiringPi Library Installation and Test Guide!
* Make sure to include ***"-lwiringPi"*** flag in the Compilation Process..And [here](https://cdn-shop.adafruit.com/datasheets/PCA9685.pdf) for the PCA9685 Datasheet!