https://github.com/arkhipenko/pwm-servo-driver-library_t3
Adafruit PWM Servo Driver Library adapted for Teensy i2c_t3 library
https://github.com/arkhipenko/pwm-servo-driver-library_t3
arduino i2c servo teensy
Last synced: about 1 month ago
JSON representation
Adafruit PWM Servo Driver Library adapted for Teensy i2c_t3 library
- Host: GitHub
- URL: https://github.com/arkhipenko/pwm-servo-driver-library_t3
- Owner: arkhipenko
- License: other
- Created: 2017-12-21T17:45:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-21T21:36:05.000Z (over 8 years ago)
- Last Synced: 2025-01-23T07:22:37.109Z (over 1 year ago)
- Topics: arduino, i2c, servo, teensy
- Language: C++
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
## This is a library for our Adafruit 16-channel PWM & Servo driver
This library has beed adapted to use Teensy's I2C_T3 TWI library
Pick one up today in the adafruit shop!
------> http://www.adafruit.com/products/815
These displays use I2C to communicate, 2 pins are required to
interface. For Arduinos, thats SCL -> Analog 5, SDA -> Analog 4
Adafruit invests time and resources providing this open source code,
please support Adafruit and open-source hardware by purchasing
products from Adafruit!
Written by Limor Fried/Ladyada for Adafruit Industries.
BSD license, check license.txt for more information
All text above must be included in any redistribution
To download. click the DOWNLOADS button in the top right corner, rename the uncompressed folder Adafruit_PWMServoDriver. Check that the Adafruit_PWMServoDriver folder contains Adafruit_PWMServoDriver.cpp and Adafruit_PWMServoDriver.h
Place the Adafruit_PWMServoDriver library folder your /libraries/ folder. You may need to create the libraries subfolder if its your first library. Restart the IDE.