1
0
mirror of https://github.com/kidoman/embd synced 2025-01-03 10:31:36 +01:00

rearrange documentation and datasheet links

This commit is contained in:
Karan Misra 2013-12-09 01:20:27 +05:30
parent 90ae8ce5e9
commit b3939bf8c7

View File

@ -8,20 +8,20 @@ Use various sensors on the RaspberryPi with Golang (like a ninja!)
## Protocols supported ## Protocols supported
* I2C ### I2C
[Documentation](http://godoc.org/github.com/kid0m4n/go-rpi/i2c) [Documentation](http://godoc.org/github.com/kid0m4n/go-rpi/i2c)
## Sensors supported ## Sensors supported
* BMP085 ### BMP085
Barometric pressure sensor 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) [Documentation](http://godoc.org/github.com/kid0m4n/go-rpi/sensor/bmp085) [Datasheet](https://www.sparkfun.com/datasheets/Components/General/BST-BMP085-DS000-05.pdf)
* LSM303 ### LSM303
Accelerometer and magnetometer 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) [Documentation](http://godoc.org/github.com/kid0m4n/go-rpi/sensor/lsm303) [Datasheet](https://www.sparkfun.com/datasheets/Sensors/Magneto/LSM303%20Datasheet.pdf)