1
0
Fork 0
mirror of https://github.com/kidoman/embd synced 2025-07-03 11:57:38 +02:00

support for MCP4725 DAC

This commit is contained in:
Karan Misra 2014-01-06 02:26:45 +05:30
parent 7d044a8f0e
commit 1017bc7f9a
3 changed files with 149 additions and 2 deletions

View file

@ -65,7 +65,13 @@ Use various sensors on the RaspberryPi with Golang (like a ninja!)
## 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)
[Documentation](http://godoc.org/github.com/kid0m4n/go-rpi/controller/pca9685) [Datasheet](http://www.adafruit.com/datasheets/PCA9685.pdf) [Product Page](http://www.adafruit.com/products/815)
### MCP4725
12-bit DAC
[Documentation](http://godoc.org/github.com/kid0m4n/go-rpi/controller/mcp4725) [Datasheet](http://www.adafruit.com/datasheets/mcp4725.pdf) [Product Page](http://www.adafruit.com/products/935)