open-ephys / liboni

API for controlling ONI-compliant hardware
https://open-ephys.github.io/onix-docs/API%20Reference/index.html
0 stars 5 forks source link

Add ft600 onidriver #6

Closed aacuevas closed 1 year ago

aacuevas commented 2 years ago

For its use with Open Ephys FT600 and FT601 oni-translation gateware

aacuevas commented 1 year ago

I think we should merge this into the main branch already. since there is hardware using this. What do you think @jonnew ?

jonnew commented 1 year ago

Yes, I think that's correct. Do we needed to add

ONI_DRIVER_EXPORT void oni_driver_version(int *major, int *minor, int *patch)

to oni_driver.h, though?

EDIT: being addressed in #9

jonnew commented 1 year ago

I agree that this should be merged when #9 is finished.