Skip to content

Commit

Permalink
lab2 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pprahas committed Aug 19, 2023
1 parent 261b1c7 commit 7e0ab15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/labs/2_frequency/lab_02/lab_02_prob_freq.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"\n",
"Open Thonny and follow the directions [here](https://projects.raspberrypi.org/en/projects/getting-started-with-the-pico/3) to install the Micropython firmware on the Pico. The following page at that link has directions for testing to make sure it's working. Once the firmware is installed, you may need to press the `STOP/RESTART` button multiple times until the Micropython shell appears on the bottom tab of Thonny. Once you see the Micropython shell, the Pico is connected to Thonny.\n",
"\n",
"After completing the firmware installation, open Thonny and go to the top bar. Under *\"View\"*, select \"*File\"* to bring up a side bar that allows you to transfer files onto your Pico. In the side bar, navigate to your *\"Downloads\"* folder. If you're unsure, you can find it at `/home/shay/a/\"your username\"/Downloads`. Right-click the `pico_temperature.py` file and choose *\"Upload to /\"* to copy the file onto your Pico.\n",
"After completing the firmware installation, open Thonny and go to the top bar. Under *\"View\"*, select \"*Files\"* to bring up a side bar that allows you to transfer files onto your Pico. In the side bar, navigate to your *\"Downloads\"* folder. If you're unsure, you can find it at `/home/shay/a/\"your username\"/Downloads`. Right-click the `pico_temperature.py` file and choose *\"Upload to /\"* to copy the file onto your Pico.\n",
"\n",
" In Thonny, execute the `pico_temperature.py` script on the Pico by pressing the `RUN` button, it should look like a green play button. Once the script finishes running, transfer the `temp.txt` file stored on the Pico to the folder you are currently working in, and then delete `temp.txt` from the Pico's storage. Feel free to modify the `pico_temperature.py` script as necessary to adjust the number of measurements or the measurement interval."
]
Expand Down

0 comments on commit 7e0ab15

Please sign in to comment.