diff telemetrix_local_serial.py @ 9:7e19dffb767b default tip

rm more unused code and logging
author drewp@bigasterisk.com
date Mon, 06 Feb 2023 11:53:42 -0800
parents 6182841fb92e
children
line wrap: on
line diff
--- a/telemetrix_local_serial.py	Sun Feb 05 14:31:21 2023 -0800
+++ b/telemetrix_local_serial.py	Mon Feb 06 11:53:42 2023 -0800
@@ -26,12 +26,6 @@
 
 # noinspection PyStatementEffect,PyUnresolvedReferences,PyUnresolvedReferences
 class TelemetrixAioSerial:
-    """
-    This class encapsulates management of the serial port that communicates
-    with the Arduino Firmata
-    It provides a 'futures' interface to make Pyserial compatible with asyncio
-    """
-
     reader: asyncio.StreamReader
     writer: asyncio.StreamWriter