Skip to content

Commit 0d5f79c

Browse files
committed
v1.0.15
Signed-off-by: paulober <44974737+paulober@users.noreply.github.com>
1 parent 62fddec commit 0d5f79c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Pico MPY Com
22

3-
This is a simple NPM package for communicating with a Raspberry Pi Pico (2) boards running MicroPython.
3+
This is a simple NPM package for communicating with a Raspberry Pi Pico boards running MicroPython.
44
It utilizes serial over USB to communicate with the board.
55

66
> Note: It's possible to use this package with other boards running MicroPython, but it's not guaranteed to work. In order to do so, you need your own port detection as the built-in one is specific to Raspberry Pi Pico MicroPython firmware (CDC) | Vendor ID = `0x2E8A` and Product ID `0x0005`.
@@ -60,7 +60,7 @@ if (result.type === OperationResultType.commandResponse) {
6060
await serialCom.closeSerialPort();
6161
```
6262

63-
> Note: The port detcted are filter by the `vendorId` and `productId` of the Raspberry Pi Pico board with MicroPython (CDC) firmware.
63+
> Note: The ports detected are filtered by `vendorId` and `productId` of the Raspberry Pi Pico board with MicroPython (CDC) firmware.
6464
6565
## Docs (TODO)
6666

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@paulober/pico-mpy-com",
3-
"version": "1.0.14",
3+
"version": "1.0.15",
44
"author": "paulober",
55
"publisher": "raspberry-pi",
66
"description": "A nodejs library for communicating with USB devices running the MicroPython firmware.",

0 commit comments

Comments
 (0)