Skip to content

Commit 9938f07

Browse files
authored
Merge pull request #36 from lf-lang/tilt
Clarify to create file name as `Tilt.lf`.
2 parents 61783b7 + 8913119 commit 9938f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sensors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ You should see the display light up looking something like this:
8989

9090
## 4.3 Measuring Tilt
9191

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.**
9393

9494
**CHECKOFF:** Show your pitch and roll displays and check that they are reasonable.
9595

0 commit comments

Comments
 (0)