@hypericon/mpremote
v0.2.1
Published
Node wrapper for mpremote CLI tool
Downloads
2
Readme
Node wrapper for mpremote
A Node wrapper around the mpremote Python tool to interact with a connected MicroPython device.
Includes Typescript type definitions.
Note: mpremote
must be installed separately!
Quickstart
Install mpremote
using Pip:
$ pip install mpremote
Install library from NPM:
$ npm i @hypericon/mpremote
Consume library:
import { } from "@hypericon/mpremote";
async function doStuff() {
// TODO
}
doStuff();