diff --git a/NY_Ball_Drop/code.py b/NY_Ball_Drop/code.py index ce6352dc7..fc9eae60c 100644 --- a/NY_Ball_Drop/code.py +++ b/NY_Ball_Drop/code.py @@ -366,4 +366,4 @@ while True: log("Raise") if switch.rose: servo.throttle = 0.0 - state = WAITING_STATE \ No newline at end of file + state = WAITING_STATE diff --git a/NY_Ball_Drop/debouncer.py b/NY_Ball_Drop/debouncer.py index ffa989bfc..1da07ac07 100644 --- a/NY_Ball_Drop/debouncer.py +++ b/NY_Ball_Drop/debouncer.py @@ -89,4 +89,4 @@ class Debouncer(object): @property def fell(self): """Return whether the debounced input went from high to low at the most recent update.""" - return (not self.__get_state(self.DEBOUNCED_STATE)) and self.__get_state(self.CHANGED_STATE) \ No newline at end of file + return (not self.__get_state(self.DEBOUNCED_STATE)) and self.__get_state(self.CHANGED_STATE)