def close_serial(self):
     time.sleep(1)
     a.end_animation(self)
     self.call_exit()
     self.ser.close()
示例#2
0
 def close_serial(self):
     time.sleep(1)
     a.end_animation(self)
     self.call_exit()
     self.ser.close()
示例#3
0
 def close_serial(self):
     a.end_animation(self)
     self.ser.close()