mirror of
https://github.com/kidoman/embd
synced 2024-12-22 12:50:19 +01:00
add more detail to readme
This commit is contained in:
parent
ded0d3cd71
commit
90ae8ce5e9
20
README.md
20
README.md
@ -5,3 +5,23 @@ Use various sensors on the RaspberryPi with Golang (like a ninja!)
|
|||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
[![GoDoc](http://godoc.org/github.com/kid0m4n/go-rpi?status.png)](http://godoc.org/github.com/kid0m4n/go-rpi)
|
[![GoDoc](http://godoc.org/github.com/kid0m4n/go-rpi?status.png)](http://godoc.org/github.com/kid0m4n/go-rpi)
|
||||||
|
|
||||||
|
## Protocols supported
|
||||||
|
|
||||||
|
* I2C
|
||||||
|
|
||||||
|
[Documentation](http://godoc.org/github.com/kid0m4n/go-rpi/i2c)
|
||||||
|
|
||||||
|
## Sensors supported
|
||||||
|
|
||||||
|
* BMP085
|
||||||
|
|
||||||
|
Barometric pressure sensor
|
||||||
|
|
||||||
|
[Datasheet](https://www.sparkfun.com/datasheets/Components/General/BST-BMP085-DS000-05.pdf) [Documentation](http://godoc.org/github.com/kid0m4n/go-rpi/sensor/bmp085)
|
||||||
|
|
||||||
|
* LSM303
|
||||||
|
|
||||||
|
Accelerometer and magnetometer
|
||||||
|
|
||||||
|
[Datasheet](https://www.sparkfun.com/datasheets/Sensors/Magneto/LSM303%20Datasheet.pdf) [Documentation](http://godoc.org/github.com/kid0m4n/go-rpi/sensor/lsm303)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user