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
Based on type annotating adafruit_debouncer, it may be helpful to add an Input and Output and InputOutput protocol definining getters/setters for value, similar to how @Neradoc explains:
Based on type annotating
adafruit_debouncer
, it may be helpful to add anInput
andOutput
andInputOutput
protocol definining getters/setters forvalue
, similar to how @Neradoc explains:adafruit/Adafruit_CircuitPython_Debouncer#39 (comment)
The text was updated successfully, but these errors were encountered: