Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
flow3r firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dos
flow3r firmware
Commits
efd66142
Commit
efd66142
authored
1 year ago
by
dx
Browse files
Options
Downloads
Patches
Plain Diff
mypystubs/hardware: code style
parent
1dbcf41a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
python_payload/mypystubs/hardware.pyi
+4
-7
4 additions, 7 deletions
python_payload/mypystubs/hardware.pyi
with
4 additions
and
7 deletions
python_payload/mypystubs/hardware.pyi
+
4
−
7
View file @
efd66142
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment