Skip to content

Commit 286927f

Browse files
committed
Fix broken import in HCSR04.py
1 parent 5cbce91 commit 286927f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pslab/external/HCSR04.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from PSL.commands_proto import CP
1+
import pslab.protocol as CP
22

33

44
class HCSR04:

0 commit comments

Comments
 (0)