bicarlsen / easy-biologic

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

Devices families discrimination #14

Closed Cdriko closed 2 years ago

Cdriko commented 2 years ago

I fixed the problem of .ecc file and fields names, according families of devices . Working code with a VSP300 . Need a ty with a VMP3 family device.

bicarlsen commented 2 years ago

Thank you for working on this. Can you please change the functions to be snake case and add spaces between the parentheses of function calls to conform with the rest of the coding style. e.g. isInSP300Family(device.kind) --> is_in_sp300_family( device.kind ).

Cdriko commented 2 years ago

I think it's ok now.

Cdriko commented 2 years ago

I think it's kleen now...