Skip to content

Commit

Permalink
v1.0.15
Browse files Browse the repository at this point in the history
Signed-off-by: paulober <[email protected]>
  • Loading branch information
paulober committed Sep 10, 2024
1 parent 62fddec commit 0d5f79c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Pico MPY Com

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

> 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`.
Expand Down Expand Up @@ -60,7 +60,7 @@ if (result.type === OperationResultType.commandResponse) {
await serialCom.closeSerialPort();
```

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paulober/pico-mpy-com",
"version": "1.0.14",
"version": "1.0.15",
"author": "paulober",
"publisher": "raspberry-pi",
"description": "A nodejs library for communicating with USB devices running the MicroPython firmware.",
Expand Down

0 comments on commit 0d5f79c

Please sign in to comment.