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 Jan 3, 2023. It is now read-only.
does both reads and writes on the gpio... I'm don't think that will
work reliably?
is_relay_on/off() reads a value, but doesn't do anything with it. I
changed to return the correct state, but again, the above two issues
probably means this may not actually work and should be removed.
Also, they should return a bool, but instead return a upm_result_t.
Uses a switch FT, but a switch FT only gets a value, it never sets
one, so it's kind of useless for a relay. Need a new output switch
FT?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
never sets the gpio direction
does both reads and writes on the gpio... I'm don't think that will
work reliably?
is_relay_on/off() reads a value, but doesn't do anything with it. I
changed to return the correct state, but again, the above two issues
probably means this may not actually work and should be removed.
Also, they should return a bool, but instead return a upm_result_t.
Uses a switch FT, but a switch FT only gets a value, it never sets
one, so it's kind of useless for a relay. Need a new output switch
FT?
The text was updated successfully, but these errors were encountered: