We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4514f07 commit c15be98Copy full SHA for c15be98
tools/pyboard.py
@@ -5,6 +5,7 @@
5
# The MIT License (MIT)
6
#
7
# Copyright (c) 2014-2016 Damien P. George
8
+# Copyright (c) 2017 Paul Sokolovsky
9
10
# Permission is hereby granted, free of charge, to any person obtaining a copy
11
# of this software and associated documentation files (the "Software"), to deal
@@ -28,7 +29,11 @@
28
29
pyboard interface
30
31
This module provides the Pyboard class, used to communicate with and
-control the pyboard over a serial USB connection.
32
+control a MicroPython device over a communication channel. Both real
33
+boards and emulated devices (e.g. running in QEMU) are supported.
34
+Various communication channels are supported, including a serial
35
+connection, telnet-style network connection, external process
36
+connection.
37
38
Example usage:
39
0 commit comments