diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 00000000..6476262a Binary files /dev/null and b/.DS_Store differ diff --git a/full_stack_Client.py b/full_stackpclient.py similarity index 93% rename from full_stack_Client.py rename to full_stackpclient.py index 46aa8236..f8bafe5e 100644 --- a/full_stack_Client.py +++ b/full_stackpclient.py @@ -43,8 +43,8 @@ def __init__(self): self.led = tk.BooleanVar() ttk.Checkbutton(self, text='Toggle LED', variable=self.led, command=self.update_led).pack() - ttk.Button(self, text='Send Invalid').pack() - ttk.Button(self, text='Disconnect', default='active').pack() + ttk.Button(self, text='Send Invalid', command = self.send_invalid).pack() + ttk.Button(self, text='Disconnect', default='active', command = self.disconnect).pack() SerialPortal(self) # and this diff --git a/submission.MOV b/submission.MOV new file mode 100644 index 00000000..ae0380f5 Binary files /dev/null and b/submission.MOV differ