From ceb527ce8788dbdb58176f4889c2c85647bd49d6 Mon Sep 17 00:00:00 2001 From: Kunal Powar Date: Sun, 5 Jan 2014 13:54:24 +0530 Subject: [PATCH] Added pca9685 description to README --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 873a13a..6186d58 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,16 @@ Use various sensors on the RaspberryPi with Golang (like a ninja!) [Documentation](http://godoc.org/github.com/kid0m4n/go-rpi/sensor/us020) [Datasheet](http://www.elechouse.com/elechouse/images/product/Digital%20light%20Sensor/bh1750fvi-e.pdf) -##Interfaces +## Interfaces -###Keypad(4x3) +### Keypad(4x3) [Product Page](http://www.adafruit.com/products/419#Learn) + +## Controllers + +### PCA9685 + 16-channel, 12-bit PWM Controller with I2C protocol + + [Datasheet] (http://www.adafruit.com/datasheets/PCA9685.pdf) + [Product Page] (http://www.adafruit.com/products/815)