mirror of
https://github.com/kidoman/embd
synced 2025-07-03 03:47:33 +02:00
support for L3GD20 gyroscopic sensor
This commit is contained in:
parent
d7e84b86a0
commit
e4ea2589dd
3 changed files with 423 additions and 0 deletions
|
@ -32,6 +32,12 @@ Use various sensors on the RaspberryPi with Golang (like a ninja!)
|
|||
|
||||
[Documentation](http://godoc.org/github.com/kid0m4n/go-rpi/sensor/lsm303) [Datasheet](https://www.sparkfun.com/datasheets/Sensors/Magneto/LSM303%20Datasheet.pdf)
|
||||
|
||||
### L3GD20
|
||||
|
||||
Gyroscope
|
||||
|
||||
[Documentation](http://godoc.org/github.com/kid0m4n/go-rpi/sensor/l3gd20) [Datasheet](http://www.adafruit.com/datasheets/L3GD20.pdf)
|
||||
|
||||
### US020
|
||||
|
||||
Ultrasonic proximity sensor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue