revid: make burst mode part of revid API

Issue #239 resolved
Saxon Milton created an issue

Currently burst mode is achieve in cmd/revid-cli by calling Revid.Start() delaying and then calling Revid.Stop(). This could just be a defined behaviour in the Revid API i.e. Revid.Burst(duration); no need to make the revid client (revid-cli, but soon to be rv) handle this.

Comments (1)

  1. Log in to comment