AllenNeuralDynamics / AllenNeuralDynamics/harp.device.cuttlefish

Start individual PWM Channels individually

Ouverte
#34 0 commentaires 0 réactions 1 personne assignée Réclamée par @Poofjunior Voir sur GitHub
Langage dominant
C#
Étoiles
0
Forks
2
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

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.

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.