diff --git a/images/rp2040zero.png b/images/rp2040zero.png
new file mode 100644
index 0000000..bc203cd
Binary files /dev/null and b/images/rp2040zero.png differ
diff --git a/index.html b/index.html
index c8ff19b..fcb0920 100644
--- a/index.html
+++ b/index.html
@@ -30,7 +30,7 @@
-
+
@@ -84,7 +84,7 @@
-
@@ -200,8 +200,8 @@ import board
import pwmio
import time
-motorIN1 = pwmio.PWMOut(board.IO8, frequency=1000, duty_cycle=0)
-motorIN2 = pwmio.PWMOut(board.IO9, frequency=1000, duty_cycle=0)
+motorIN1 = pwmio.PWMOut(board.GP8, frequency=1000, duty_cycle=0)
+motorIN2 = pwmio.PWMOut(board.GP9, frequency=1000, duty_cycle=0)
# DRIVE FORWARD