intrepidcs / python_ics

Library for interfacing with Intrepid devices in Python
MIT License
61 stars 29 forks source link

Expose serial number limits in python_ics #159

Closed drebbe-intrepid closed 8 months ago

drebbe-intrepid commented 12 months ago

expose MIN_BASE36_SERIAL and MAX_SERIAL in the ics module. This will avoid having to hard code the values everywhere.

drebbe-intrepid commented 12 months ago

TODO: should we fix this upstream in icsnVC40.h or make it direct in python_ics?

drebbe-intrepid commented 12 months ago

@pierreluctg

drebbe-intrepid commented 8 months ago

ics.MIN_BASE36_SERIAL and ics.MAX_SERIAL added to 913