corrected 'import board' appearing twice in motor instructions
parent
73dc758564
commit
3bc8093a18
|
|
@ -229,7 +229,6 @@ motorIN2.duty_cycle = 0 </code></pre>
|
||||||
<div>
|
<div>
|
||||||
<pre class="bg-gray-100 p-4 rounded shadow text-sm"><code class="language-python">
|
<pre class="bg-gray-100 p-4 rounded shadow text-sm"><code class="language-python">
|
||||||
import board
|
import board
|
||||||
import board
|
|
||||||
import pwmio
|
import pwmio
|
||||||
import time
|
import time
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue