bluerobotics / ping-python

Python scripts and examples for the Ping sonar.
MIT License
40 stars 31 forks source link

pingmessage: performance improvements #110

Closed ES-Alexander closed 3 years ago

ES-Alexander commented 3 years ago

Up to 27% faster for Ping360 on 2M baud serial connection

ES-Alexander commented 3 years ago

Helps with #101 (although Python's I/O can't really ever be completely as fast as compiled code).

patrickelectric commented 3 years ago

:shipit: thanks for the updates!