@@ -7,7 +7,7 @@ modifying existing code to address differences between the XBee and other
77MicroPython platforms. This project includes code from
88[ micropython-lib] [ micropython-lib ] .
99
10- The repository is used by the ** Digi XBee MicroPython PyCharm Plugin** to
10+ The repository is used by the ** Digi XBee PyCharm IDE Plugin** to
1111get the available samples, libraries platforms and stubs and facilitate the
1212process of creating and launching MicroPython applications in XBee devices.
1313This means that you don't need to clone it unless you want to contribute
@@ -16,7 +16,7 @@ automatically.
1616
1717We don't recommend you to do so, but you can still use the content of this
1818repository to create XBee MicroPython applications by your own (without using
19- the ** Digi XBee MicroPython PyCharm Plugin** ). In any case, you will find
19+ the ** Digi XBee PyCharm IDE Plugin** ). In any case, you will find
2020information on how to get started with XBee and MicroPython in the
2121[ Digi MicroPython Programming Guide] [ doc ] .
2222
@@ -51,21 +51,21 @@ The repository is structured in the following folders:
5151
5252* ** categories** - This folder contains the definition and images for the Digi
5353 categories in which the different products supporting MicroPython are
54- organized. This information is used by the ** Digi MicroPython PyCharm
55- Plugin ** to filter the supported platforms.
54+ organized. This information is used by the ** Digi XBee PyCharm IDE Plugin ** to
55+ filter the supported platforms.
5656* ** lib** - Files in the ` lib/ ` directory mirror the structure you'd use when
5757 uploading to the XBee device. For example, ` lib/umqtt/simple.py ` is the
5858 correct location for ` import umqtt.simple ` to work in your program.
5959* ** platforms** - This folder contains the definition and images for the
6060 Digi XBee products supporting MicroPython. This information is used by the
61- ** Digi XBee MicroPython PyCharm Plugin** to list the supported platforms.
61+ ** Digi XBee PyCharm IDE Plugin** to list the supported platforms.
6262* ** samples** - Files in the ` samples/ ` directory are organized by feature or
6363 XBee device. For example, ` cellular ` contains samples for XBee3 Cellular
6464 devices and ` i2c ` contains samples for any XBee device with I2C support in
6565 MicroPython.
6666* ** typehints** - This folder contains the API definitions of the MicroPython
6767 modules available in the XBee devices. These definitions are used by the
68- ** Digi XBee MicroPython PyCharm Plugin** for syntax checking, code completion
68+ ** Digi XBee PyCharm IDE Plugin** for syntax checking, code completion
6969 and refactoring.
7070
7171Other folders that appear in the repository include:
0 commit comments