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
{{ message }}
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
AdiLed will abstract over PWM output to allow controlling LED strips through mc29s. PROS has native support for this through apix so this should be straightforward.
AdiSolenoid will abstract over SMC pneumatic solenoids and basically be a simple wrapper over AdiDigitalOut with nicer methods (open, close, toggle, etc...).
Describe the solution you'd like
As listed above.
Describe the drawbacks, if any
AdiSolenoid is technically just a thin DigitalOut wrapper, but then again so is AdiPotentiometer for AnalogIn under the hood.
Describe the alternative solutions, if any
Don't implement AdiSolenoid and just do LEDs.
Additional context
None
The text was updated successfully, but these errors were encountered:
Tropix126
changed the title
AdiLed and AdiSolenoid support.
AdiAddrLed and AdiSolenoid support.
Jan 17, 2024
What's the motivation for this feature?
AdiDigitalOut
with nicer methods (open
,close
,toggle
, etc...).Describe the solution you'd like
As listed above.
Describe the drawbacks, if any
AdiSolenoid is technically just a thin DigitalOut wrapper, but then again so is AdiPotentiometer for AnalogIn under the hood.
Describe the alternative solutions, if any
Don't implement AdiSolenoid and just do LEDs.
Additional context
None
The text was updated successfully, but these errors were encountered: