Adafruit_PWMServoDriver (community library)
Summary
Name | Value |
---|---|
Name | Adafruit_PWMServoDriver |
Version | 1.0.1 |
Installs | |
License | BSD License |
Author | Limor Fried/Ladyada/Paul Kourany |
URL | https://github.com/pkourany/Adafruit_PWMServoDriver_IDE |
Repository | https://github.com/pkourany/Adafruit_PWMServoDriver_IDE.git |
Download | .tar.gz |
All Versions | 1.0.1, 1.0.0 |
Adafruit 16-channel PWM & Servo driver library adapted for Spark
Example Build Testing
Device OS Version:
This table is generated from an automated build. Success only indicates that the code compiled successfully.
Library Read Me
This content is provided by the library maintainer and has not been validated or approved.
Adafruit 16-channel PWM & Servo driver
This library is for the Adafruit 16-channel PWM & Servo board.
Pick one up today in the adafruit shop! ------> http://www.adafruit.com/products/815
The library is compatible with Arduino and Spark Core.
Connections
These displays use I2C to communicate, 2 pins are required to interface:
For Arduinos: SCL -> Analog 5, SDA -> Analog 4
For Spark Core: SCL -> D1, SDA -> D0
Credits
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
Adapted for Spark Core by Paul Kourany, Sept. 15, 2014
Loading on Arduino (only)
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
Browse Library Files