intrepidcs / python_ics

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

Fixed NeoDevice Serial number range check examples #158

Closed pierreluctg closed 12 months ago

pierreluctg commented 12 months ago

@drebbe-intrepid is it possible to 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

@pierreluctg yes, let me think about how to do this. python_ics still auto generates things based on icsnVC40.h and that is a libicsneo specific feature.