Gyro sensor topics (#311)

This commit is contained in:
Galen Nickel
2018-02-08 09:35:47 -08:00
committed by Peli de Halleux
parent f53dbf4d83
commit b73696e918
7 changed files with 117 additions and 4 deletions

View File

@ -0,0 +1,9 @@
# Sensors
## Gyro
```cards
sensors.gyro1.angle();
sensors.gyro1.rate();
sensors.gyro1.reset();
```