Skip to content

Commit 183b9cc

Browse files
authored
Correct module name
1 parent f1c8fcc commit 183b9cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ de-initialize the device.
7979

8080
::
8181

82-
from hcsr04 import HCSR04
82+
from adafruit_hcsr04 import HCSR04
8383
sonar = HCSR04(trig, echo)
8484
try:
8585
while True:
@@ -99,7 +99,7 @@ us.
9999

100100
::
101101

102-
from hcsr04 import HCSR04
102+
from adafruit_hcsr04 import HCSR04
103103
with HCSR04(trig, echo) as sonar:
104104
try:
105105
while True:

0 commit comments

Comments
 (0)