Skip to content

Commit 4731073

Browse files
committed
Run pre-commit
1 parent abdc052 commit 4731073

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

examples/nunchuk_accel_mouse.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
# print((0 if nc.button_C else 1, 0 if nc.button_Z else 1))
2828

2929
while True:
30-
3130
accel = nc.acceleration
3231
# print(accel)
3332
# x, y = nc.joystick

examples/nunchuk_analog_mouse.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
# print((0 if nc.button_C else 1, 0 if nc.button_Z else 1))
2828

2929
while True:
30-
3130
x, y = nc.joystick
3231
# Eliminate spurious reads
3332
if x == 255 or y == 255:

0 commit comments

Comments
 (0)