We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edeb006 commit 7081a99Copy full SHA for 7081a99
pins/rsconnect/html/index.html
@@ -49,7 +49,7 @@ <h3>{{pin_name}}</h3>
49
<section>
50
<h3>Python Code</h3>
51
52
- <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
53
board = {{board_deparse}}
54
board.pin_read("{{pin_name}}")</code></pre>
55
0 commit comments