AllenNeuralDynamics / AllenNeuralDynamics/harp.device.cuttlefish

Start individual PWM Channels individually

オープン
#34 コメント 0 件 リアクション 0 件 担当者 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 を短くまとめたダイジェスト。