File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 5
5
# The MIT License (MIT)
6
6
#
7
7
# Copyright (c) 2014-2016 Damien P. George
8
+ # Copyright (c) 2017 Paul Sokolovsky
8
9
#
9
10
# Permission is hereby granted, free of charge, to any person obtaining a copy
10
11
# of this software and associated documentation files (the "Software"), to deal
28
29
pyboard interface
29
30
30
31
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.
32
37
33
38
Example usage:
34
39
You can’t perform that action at this time.
0 commit comments