We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1954894 commit 0da4cb7Copy full SHA for 0da4cb7
1 file changed
xbee/base.py
@@ -60,10 +60,10 @@ def _write(self, data):
60
"""
61
_write: binary data -> None
62
63
- Packages the given binary data in an API frame and _writes the
+ Packages the given binary data in an API frame and writes the
64
result to the serial port
65
66
- self.serial._write(APIFrame(data).output())
+ self.serial.write(APIFrame(data).output())
67
68
def run(self):
69
0 commit comments