We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2bdc4f commit fe8af5aCopy full SHA for fe8af5a
arduino_alvik/arduino_alvik.py
@@ -737,7 +737,7 @@ def _move_bits(self) -> int:
737
Returns the shake/tilt state
738
:return:
739
"""
740
- return (self._move_byte & 0xFF) if self._move_byte is not None else 0x00
+ return (self._move_byte & 0xFF) if self._move_byte is not None else 0x80
741
742
def get_shake(self) -> bool:
743
0 commit comments