Getting Started With Ping-Python
Ping-Python is a library that allows for interfacing with the Surveyor 240 in Python.
Installation
Ping-Python GitHub page
pip install --user bluerobotics-ping --upgradegit clone --single-branch --branch deployment https://github.com/bluerobotics/ping-python.git
cd ping-python
Getting Started Guide
Imports
from brping import Surveyor240
from brping import definitionsInitialization
Controlling The Device
Receiving Packets
Logging
Example Code
More Examples
Last updated