Background
Programming or initializing hardware often requires multi-step sequences such as:
Reset → Poll status register → Wait for bit 0 high → Start flash write → Verify
Goal
Build a visual macro editor for defining and running such protocol sequences.
Why
Instead of opaque scripts, users can build reusable sequences from known decoder frames and share them with the project.
Acceptance criteria
Background
Programming or initializing hardware often requires multi-step sequences such as:
Goal
Build a visual macro editor for defining and running such protocol sequences.
Why
Instead of opaque scripts, users can build reusable sequences from known decoder frames and share them with the project.
Acceptance criteria