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 8a1455d commit bbc3004Copy full SHA for bbc3004
adafruit_esp32spi/adafruit_esp32spi_socket.py
@@ -90,6 +90,7 @@ def send(self, data): # pylint: disable=no-self-use
90
gc.collect()
91
92
def write(self, data):
93
+ """Sends data to the socket."""
94
self.send(data)
95
96
def readline(self):
0 commit comments