diff --git a/python_payload/mypystubs/hardware.pyi b/python_payload/mypystubs/hardware.pyi index be33885db8e21ce46df3f37f97107ef6f5d41f41..8d6e7e8bd0512c92daa3bbf7e1981eca1a90982c 100644 --- a/python_payload/mypystubs/hardware.pyi +++ b/python_payload/mypystubs/hardware.pyi @@ -12,7 +12,6 @@ def usb_connected() -> bool: ... def usb_console_active() -> bool: ... def version() -> None: ... def i2c_scan() -> None: ... - def captouch_calibration_active() -> None: ... def get_captouch() -> None: ... def captouch_get_petal_pad_raw() -> None: ... @@ -22,17 +21,15 @@ def captouch_get_petal_phi() -> None: ... def captouch_set_petal_pad_threshold() -> None: ... def captouch_autocalib() -> None: ... def captouch_set_calibration_afe_target() -> None: ... - def menu_button_get() -> None: ... def application_button_get() -> None: ... def left_button_get() -> None: ... def right_button_get() -> None: ... def menu_button_set_left() -> None: ... def menu_button_get_left() -> None: ... - def scope_draw() -> None: ... -BUTTON_PRESSED_LEFT : int -BUTTON_PRESSED_RIGHT : int -BUTTON_PRESSED_DOWN : int -BUTTON_NOT_PRESSED : int +BUTTON_PRESSED_LEFT: int +BUTTON_PRESSED_RIGHT: int +BUTTON_PRESSED_DOWN: int +BUTTON_NOT_PRESSED: int