Go to file
Karan Misra 36c7f3a536 add doc 2014-01-06 02:34:19 +05:30
controller support for MCP4725 DAC 2014-01-06 02:26:45 +05:30
i2c - add support for tmp006 2014-01-05 14:27:44 +05:30
interface/keypad/matrix4x3 Moved keypad interface to interface directory 2014-01-01 20:41:09 +05:30
motion/servo refactoring 2014-01-05 15:49:03 +05:30
samples support for MCP4725 DAC 2014-01-06 02:26:45 +05:30
sensor refactor 2014-01-06 02:28:15 +05:30
util add doc 2014-01-06 02:34:19 +05:30
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 MCP4725 DAC 2014-01-06 02:26:45 +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

TMP006

Thermopile sensor

Documentation Datasheet Userguide

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

Controllers

PCA9685

16-channel, 12-bit PWM Controller with I2C protocol

Documentation Datasheet Product Page

MCP4725

12-bit DAC

Documentation Datasheet Product Page