Skip to content

Commit c15be98

Browse files
committed
tools/pyboard: Update docstring for additional device support.
1 parent 4514f07 commit c15be98

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: tools/pyboard.py

+6-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# The MIT License (MIT)
66
#
77
# Copyright (c) 2014-2016 Damien P. George
8+
# Copyright (c) 2017 Paul Sokolovsky
89
#
910
# Permission is hereby granted, free of charge, to any person obtaining a copy
1011
# of this software and associated documentation files (the "Software"), to deal
@@ -28,7 +29,11 @@
2829
pyboard interface
2930
3031
This module provides the Pyboard class, used to communicate with and
31-
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.
3237
3338
Example usage:
3439

0 commit comments

Comments
 (0)