You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Sensors.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ You should see the display light up looking something like this:
89
89
90
90
## 4.3 Measuring Tilt
91
91
92
-
Create a reactor called `Tilt` that takes as inputs the _x_, _y_, and _z_ readings from the accelerometer and outputs the pitch and roll in degrees. Put this reactor in the `src/lib` directory and then use it in a variant of the `AccelerometerDisplay.lf` named `SensorsTiltSolution.lf`, to show pitch and roll in degrees rather than _g_ force accelerations in the LCD display. **Save your `Tilt` reactor for use in future labs.**
92
+
Create a reactor called `Tilt` that takes as inputs the _x_, _y_, and _z_ readings from the accelerometer and outputs the pitch and roll in degrees. Save the file's name as `Tilt.lf`, and put this file in the `src/lib` directory and then use it in a variant of the `AccelerometerDisplay.lf` named `SensorsTiltSolution.lf`, to show pitch and roll in degrees rather than _g_ force accelerations in the LCD display. **Save your`Tilt.lf` file and`Tilt` reactor for use in future labs.**
93
93
94
94
**CHECKOFF:** Show your pitch and roll displays and check that they are reasonable.
0 commit comments