8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21f4a80 commit f9e871fCopy full SHA for f9e871f
README.md
@@ -1 +1,3 @@
1
-https://github.com/serialport/node-serialport/issues/1092
+# micropython.js
2
+
3
+This is an partial port of [pyboard.py](https://docs.micropython.org/en/latest/reference/pyboard.py.html) to javascript.
package.json
@@ -1,13 +1,11 @@
{
"name": "micropython_js",
"version": "1.0.0",
4
- "description": "",
+ "description": "Interpretation of pyboard.py in javascript",
5
"main": "micropython.js",
6
"scripts": {
7
"test": "echo \"Error: no test specified\" && exit 1"
8
},
9
- "author": "",
10
- "license": "ISC",
11
"dependencies": {
12
"serialport": "^10.4.0"
13
}
0 commit comments