harmsm / PyCmdMessenger

Python interface for CmdMessenger arduino serial communication library
MIT License
80 stars 32 forks source link

A few changes for next release #22

Closed harmsm closed 7 years ago

harmsm commented 7 years ago

Added ability to deal with "*" format (unlimited number of args of the same type). Made binary strings explicitly little-endian to deal with case where host python system is big-endian.