If you are new to python, then make sure you get the indentation correct since this matters! led = pyb.LED(2) while True: led.toggle() ...
確定! 回上一頁