Skip to content

Commit 6811ba5

Browse files
committed
Change the name of the class
1 parent c247a91 commit 6811ba5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chords_serial.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import signal
77
import threading
88

9-
class Serial_USB:
9+
class Chords_USB:
1010
SYNC_BYTE1 = 0xc7
1111
SYNC_BYTE2 = 0x7c
1212
END_BYTE = 0x01
@@ -152,6 +152,6 @@ def signal_handler(self, sig, frame):
152152
self.cleanup()
153153

154154
if __name__ == "__main__":
155-
client = Serial_USB()
155+
client = Chords_USB()
156156
client.detect_hardware()
157157
client.start_streaming()

0 commit comments

Comments
 (0)