AllenNeuralDynamics / AllenNeuralDynamics/harp.device.cuttlefish

Start individual PWM Channels individually

未关闭
#34 0 条评论 0 个 reaction 已指派 1 人 已被 @Poofjunior 认领 在 GitHub 查看
主要语言
C#
星标
0
派生
2
PR 合并指标
30 天内没有已合并 PR

描述

We want to be able to start PWM channels individually.

Let's assume that all PWM channels have been previously been configured.

One way to accomplish this would be to load all PWM Tasks and run them as soon as any PWM Task is fired but suppress the outputs of disabled PWMTasks. The edge case is that this wont work for PWM Tasks with a finite number of pulses, so we'd need to figure out how to suppress the count as well.

Another way to accomplish this would be to dynamically add a task to a running schedule. The issue here is that the PWM Task would not take effect until the queued set of tasks have been drained. Unfortunately, the delay time is unbounded because the user can configure very slow tasks.

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。