Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 months 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-30T01:50:33.000Z (about 2 years ago)
- Last Synced: 2023-03-05T03:19:19.452Z (almost 2 years ago)
- Topics: brushless, i2c, led-driver, motor-driver, pca9685, pwm, quadcopter, raspberry-pi, wiringpi
- Language: C++
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- 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!