Go to file
Kunal Powar e7503cfcd7 - Added pca9685 package 16-channel, 12-bit PWM controller with I2C
- Added servo package to control servos using pca9685 package
2014-01-05 13:42:05 +05:30
controller/pca9685 - Added pca9685 package 16-channel, 12-bit PWM controller with I2C 2014-01-05 13:42:05 +05:30
i2c improve doc 2013-12-09 03:26:56 +05:30
interface/keypad/matrix4x3 Moved keypad interface to interface directory 2014-01-01 20:41:09 +05:30
motion/servo - Added pca9685 package 16-channel, 12-bit PWM controller with I2C 2014-01-05 13:42:05 +05:30
samples - Added pca9685 package 16-channel, 12-bit PWM controller with I2C 2014-01-05 13:42:05 +05:30
sensor Merge pull request #2 from kunalpowar/master 2014-01-03 02:15:43 -08:00
AUTHORS added support for us020 ultra sonic range finder 2013-12-13 05:51:22 +05:30
LICENSE initial commit 2013-12-08 17:39:41 +05:30
README.md support for L3GD20 gyroscopic sensor 2014-01-02 06:50:57 +05:30
doc.go better examples in doc 2013-12-09 03:21:05 +05:30

README.md

go-rpi

Use various sensors on the RaspberryPi with Golang (like a ninja!)

Documentation

GoDoc

Protocols supported

I2C

Documentation

Sensors supported

BMP085

Barometric pressure sensor

Documentation Datasheet

BMP180

Barometric pressure sensor

Documentation Datasheet

LSM303

Accelerometer and magnetometer

Documentation Datasheet

L3GD20

Gyroscope

Documentation Datasheet

US020

Ultrasonic proximity sensor

Documentation Product Page

BH1750FVI

Luminosity sensor

Documentation Datasheet

##Interfaces

###Keypad(4x3)

Product Page