gillham / logic_analyzer

Implementation of a SUMP compatible logic analyzer for the Arduino
Other
463 stars 99 forks source link

Signal capturing on unused pin #50

Open Harvie opened 5 years ago

Harvie commented 5 years ago

Some unused pin might be signaling HIGH when capturing data. That way we can connect LED or even sync this arduino analyzer with another analyzer using trigger, so they both start capturing at the same time.

gillham commented 2 years ago

Digital pin 7 by default is turned on before sampling data and off afterwards. Is this what you had in mind? Look at the DEBUG_ENABLE / DEBUG_ON / DEBUG_OFF definitions. Or are you saying activate a pin as soon as the capture or trigger is armed and turn it off after? So if we are waiting for a trigger the pin would be HIGH (LED on) until the trigger fires and samples data?

Please describe what the feature would do in a bit more detail.