Skip to content
Snippets Groups Projects
Commit efd66142 authored by dx's avatar dx
Browse files

mypystubs/hardware: code style

parent 1dbcf41a
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment