bicarlsen / easy-biologic

Python library for communicating with Biologic devices.
GNU General Public License v3.0
18 stars 11 forks source link

Device families #16

Closed bicarlsen closed 2 years ago

bicarlsen commented 2 years ago

Updated device family functionality to use enums.

bicarlsen commented 2 years ago

@Cdriko, I updated your code to use the DeviceCodes enum to check for family membership as I think it will be more robust this way. Could you try out this branch to see if it works as I don't have access to a device at the moment?

Cdriko commented 2 years ago

Nice. Thanks