mirror of
https://github.com/kidoman/embd
synced 2024-12-22 12:50:19 +01:00
rearrange documentation and datasheet links
This commit is contained in:
parent
90ae8ce5e9
commit
b3939bf8c7
10
README.md
10
README.md
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user