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
Raise ArgumentErrors with help on incorrect GPIO.open call
This addresses some confusion when `:write` was passed rather than
`:output` for the second parameter. Raising ArgumentError with the
allowed values saves a look at the docs.
This also does something similar with the gpio spec.
0 commit comments