You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The design summary states that the number of LED transitions is to be reported as telemetry. In the code excerpt for Led::run_handler there is a TODO suggesting that an event should be used instead.
// TODO: Add an event to report the number of LED transitions (this->transitions)
It probably makes more sense for it to be telemetry.
The text was updated successfully, but these errors were encountered:
The design summary states that the number of LED transitions is to be reported as telemetry. In the code excerpt for
Led::run_handler
there is a TODO suggesting that an event should be used instead.It probably makes more sense for it to be telemetry.
The text was updated successfully, but these errors were encountered: