From 85edab1bb6888989209629094a5c711ceced362c Mon Sep 17 00:00:00 2001 From: Lyon <88232613+pikasTech@users.noreply.github.com> Date: Mon, 4 Oct 2021 10:59:39 +0800 Subject: [PATCH] Update main.py --- examples/GPIO/main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/GPIO/main.py b/examples/GPIO/main.py index 860373686..4fc0e4882 100644 --- a/examples/GPIO/main.py +++ b/examples/GPIO/main.py @@ -21,4 +21,5 @@ while True: io1.low() time.sleep_ms(500) io1.high() - time.sleep_ms(500) \ No newline at end of file + time.sleep_ms(500) +