Skip to content

Commit

Permalink
refactor!: update rsconnect index page to use board_connect
Browse files Browse the repository at this point in the history
  • Loading branch information
machow committed Mar 21, 2023
1 parent edeb006 commit 7081a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pins/rsconnect/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h3>{{pin_name}}</h3>
<section>
<h3>Python Code</h3>

<pre id="pin-python" class="pin-code"><code class="python">from pins import board_rsconnect
<pre id="pin-python" class="pin-code"><code class="python">from pins import board_connect
board = {{board_deparse}}
board.pin_read("{{pin_name}}")</code></pre>

Expand Down

0 comments on commit 7081a99

Please sign in to comment.