-
Notifications
You must be signed in to change notification settings - Fork 2
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 TriggerSender #5
Comments
implemented in https://github.com/neuralabc/spft-java/tree/enh-trigger, awaiting final device testing for merge |
@ajhelum to confirm:
|
note other changes in this branch will include altering the meaning of presentation frequency to refer to # milliseconds for displaying each element of a sequence (from Hz, which was less precise) and likely some intermediate implementation of dynamic time warping ( #6 ) |
Arduino trigger device is receiving trigger signals from SPFT for all testing files (yaml) smoothly, in one java session. (no need to open fresh session for running separate files) |
thank you for the testing, I think this is ready for merge into main |
included here: #8 |
now #8 merged into main |
Create TriggerSender class in hardware and pull all the way through to the Trial level as per discussion w/ @theHilikus
skeleton outlined in df91dc31ad12553760eff484f6dfabb954cda9b9
The text was updated successfully, but these errors were encountered: