Skip to content

Commit 803e524

Browse files
committed
readme: add missing import statement
1 parent 7d54b7c commit 803e524

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ The [Ping1D](https://docs.bluerobotics.com/ping-python/classPing_1_1Ping1D_1_1Pi
5252
A Ping1D object must be initialized with the serial device path and the baudrate.
5353

5454
```py
55+
from brping import Ping1D
5556
myPing = Ping1D("/dev/ttyUSB0", 115200)
5657
```
5758

0 commit comments

Comments
 (0)