8000 Clear package json and add readme · arduino/micropython.js@f9e871f · GitHub
[go: up one dir, main page]

Skip to content

Commit f9e871f

Browse files
committed
Clear package json and add readme
1 parent 21f4a80 commit f9e871f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
https://github.com/serialport/node-serialport/issues/1092
1+
# 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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
{
22
"name": "micropython_js",
33
"version": "1.0.0",
4-
"description": "",
4+
"description": "Interpretation of pyboard.py in javascript",
55
"main": "micropython.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
9-
"author": "",
10-
"license": "ISC",
119
"dependencies": {
1210
"serialport": "^10.4.0"
1311
}

0 commit comments

Comments
 (0)
0