rearrange documentation and datasheet links

This commit is contained in:
Karan Misra 2013-12-09 01:20:27 +05:30
parent 90ae8ce5e9
commit b3939bf8c7
1 changed files with 5 additions and 5 deletions

View File

@ -8,20 +8,20 @@ Use various sensors on the RaspberryPi with Golang (like a ninja!)
## Protocols supported
* I2C
### I2C
[Documentation](http://godoc.org/github.com/kid0m4n/go-rpi/i2c)
## Sensors supported
* BMP085
### 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)
[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
[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)