From 42c3919d56b86292eaefa39a52e57ff309b5d800 Mon Sep 17 00:00:00 2001 From: Lateefah Bello <2019cinnamon@gmail.com> Date: Fri, 4 Jun 2021 17:46:53 +0100 Subject: [PATCH] Update pi-temp.md --- 2-farm/lessons/1-predict-plant-growth/pi-temp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: