Skip to content

Commit

Permalink
fix lab 5b typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxsonp committed Nov 30, 2023
1 parent d457008 commit 1e4af59
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions book/labs/5_measure_speeds/b_build_a_tool/lab5b.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"source": [
"# Week 13: Build a Distance Measurement Distance Tool Using an Ultrasonic Sensor (Data Cleaning and Micropython)\n",
"<font size=\"6\"> Laboratory 5b </font> <br>\n",
"<font size=\"3\"> Last updated April 11, 2023</font>"
"<font size=\"3\"> Last updated Nov 30, 2023</font>"
]
},
{
Expand Down Expand Up @@ -140,10 +140,10 @@
"execution_count": null,
"id": "5582b504-f663-4a32-a296-2438c636ab83",
"metadata": {
"trusted": true,
"editable": false,
"deletable": false
},
"deletable": false,
"editable": false,
"trusted": true
},
"outputs": [],
"source": [
"%%sh\n",
Expand Down Expand Up @@ -354,7 +354,7 @@
"source": [
"Now that we have chosen that parameter sensibly, the microcontroller will spend less time waiting for an echo which will never arrive, and more time giving us useful information.\n",
"\n",
"Make a measurement using your new version of `ultrasonic.py`, and save it as `second mesurement.txt`. Load it here, into the same variables `timestamp` and `echo`."
"Make a measurement using your new version of `ultrasonic.py`, and save it as `second measurement.txt`. Load it here, into the same variables `timestamp` and `echo`."
]
},
{
Expand Down

0 comments on commit 1e4af59

Please sign in to comment.