diff --git a/2-farm/lessons/1-predict-plant-growth/pi-temp.md b/2-farm/lessons/1-predict-plant-growth/pi-temp.md index e84df520..1eb15e4e 100644 --- a/2-farm/lessons/1-predict-plant-growth/pi-temp.md +++ b/2-farm/lessons/1-predict-plant-growth/pi-temp.md @@ -73,7 +73,7 @@ Program the device. > ✅ Remember, all the sockets have unique pin numbers. Pins 0, 2, 4, and 6 are analog pins, pins 5, 16, 18, 22, 24, and 26 are digital pins. -1. Add an infinite loop after the code above to pull the temperature sensor value and print it to the console: +1. Add an infinite loop after the code above to poll the temperature sensor value and print it to the console: ```python while True: