We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d54b7c commit 803e524Copy full SHA for 803e524
1 file changed
README.md
@@ -52,6 +52,7 @@ The [Ping1D](https://docs.bluerobotics.com/ping-python/classPing_1_1Ping1D_1_1Pi
52
A Ping1D object must be initialized with the serial device path and the baudrate.
53
54
```py
55
+from brping import Ping1D
56
myPing = Ping1D("/dev/ttyUSB0", 115200)
57
```
58
0 commit comments