From 3bc8093a18fa7fc0c8dc48ea6901572566bd9696 Mon Sep 17 00:00:00 2001 From: Jake Date: Mon, 4 Aug 2025 14:18:24 +0800 Subject: [PATCH] corrected 'import board' appearing twice in motor instructions --- index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/index.html b/index.html index 27e8d62..1918c4b 100644 --- a/index.html +++ b/index.html @@ -229,7 +229,6 @@ motorIN2.duty_cycle = 0

 import board
-import board
 import pwmio
 import time