nLabs-nScope/nScopeAPI

nScopeReadAllChannels not working correctly

JaredColin opened this issue · 0 comments

nScopeReadAllChannels does not work correctly due to line 19 which calls the function:
nScopeAPI('sendP1Pulse',1);

nScopeAPI('sendP1Pulse',1) no longer exists - the code works fine if this line is commented out