Skip to content

Commit 39f0ac4

Browse files
committed
mv v2
1 parent 8f80c60 commit 39f0ac4

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

shields/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import pycom
1919
import struct
2020
from machine import Pin
21-
from pycoproc import Pycoproc
21+
from pycoproc_2 import Pycoproc
2222
import machine
2323
from LIS2HH12 import LIS2HH12
2424

shields/pysense.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
import time
1414
import pycom
15-
from pysense import Pysense
15+
from pycoproc_2 import Pycoproc
1616
import machine
1717

1818
from LIS2HH12 import LIS2HH12

0 commit comments

Comments
 (0)