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 8f80c60 commit 39f0ac4Copy full SHA for 39f0ac4
shields/lib/pycoproc.py renamed to shields/lib/pycoproc_2.py
shields/main.py
@@ -18,7 +18,7 @@
18
import pycom
19
import struct
20
from machine import Pin
21
-from pycoproc import Pycoproc
+from pycoproc_2 import Pycoproc
22
import machine
23
from LIS2HH12 import LIS2HH12
24
shields/pysense.py
@@ -12,7 +12,7 @@
12
13
import time
14
15
-from pysense import Pysense
16
17
0 commit comments