From 7081a997aef9de0fdccd188f919c90a9e755ae36 Mon Sep 17 00:00:00 2001 From: Michael Chow Date: Tue, 21 Mar 2023 15:17:54 -0400 Subject: [PATCH] refactor!: update rsconnect index page to use board_connect --- pins/rsconnect/html/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pins/rsconnect/html/index.html b/pins/rsconnect/html/index.html index 12828b8b..7e971be6 100644 --- a/pins/rsconnect/html/index.html +++ b/pins/rsconnect/html/index.html @@ -49,7 +49,7 @@

{{pin_name}}

Python Code

-
from pins import board_rsconnect
+    
from pins import board_connect
 board = {{board_deparse}}
 board.pin_read("{{pin_name}}")