SunFounder ESP32 Starter Kit
Code
Note:
• Open the 5.4_detect_the_line.py file located in the esp32-starter-kit-main\micropython\codes
path, or copy and paste the code into Thonny. Then, click “Run Current Script” or press F5 to execute it.
• Make sure to select the “MicroPython (ESP32).COMxx” interpreter in the bottom right corner.
import machine
import time
(continues on next page)
3.22. 5.4 Detect the Line 367