Skip to content

Trigger Polling Interval and Digital Pins Bug Fixed

Latest
Compare
Choose a tag to compare
@pozara pozara released this 22 May 00:22
· 5 commits to master since this release
  • In st.cmd user now has to define the trigger polling interval. This way, we can free the CPU core running the data acquisition thread while waiting for the trigger. This is mainly important for when some time might pass between the arming and the trigger.
  • Fixed a bug where by setting the state of P digital pin, in the driver N digital pin with the same number was being set.