# is pin a pull down and pin is HIGH?
if self._pull == Pin.PULL_DOWN and self.current_value == True:
self.current_value = False
# is pin a pull down and pin is HIGH?
if self._pull == Pin.PULL_DOWN and self.current_value == True:
self.current_value = False