-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add MeadowlarkLC device adapter #341
Add MeadowlarkLC device adapter #341
Conversation
Updated device adapter for consistent units (Volts) of Voltage input and output. Retardance is updated when voltage is changed, and vice versa
Left TODO comments and updated Serial Number and Device Adapter Version Number fields
This reverts commit 5f6c966.
This reverts commit 3c140a6.
…reAndDevices into MeadowlarkLC_v107
…reAndDevices into MeadowlarkLC_v107
@nicost we are ready to push the MeadowlarkLC device adapter. Before that, could you please help me upload the USB driver libraries to the |
Hi @ieivanov. Can you send me the USB driver library files (or send me a private link)? I can then add them to the 3rdparty svn repo. I believe that you can edit the page on micro-manager.org yourself directly with the edit page link in the top (or clone https://github.com/micro-manager/micro-manager.github.io and create a PR). |
Just emailed them to you, thanks. I also found the instructions for updating the wiki, I'll work on that next. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
It would be best if you could also add the MeadowlarkLC.vcxproj.filters
file if you have it. That file should be tracked by Git.
Also 3rdparty-revision
in the main micro-manager repo needs to be bumped before merging this (I will do).
Thanks @marktsuchida! I've removed that bit of old code. I don't have a |
P.S. I also added a |
Hey @marktsuchida, we see that the |
@ieivanov The build.xml is correct (I had tested) but I forgot that not all files get added to the installer automatically. It should work now but let me know if not. |
Thanks @marktsuchida and @ieivanov. The |
Thanks Mark! |
Fixes mehta-lab#2, mehta-lab#3, mehta-lab#4, mehta-lab#5, mehta-lab#6,