0.2.1 • Published 2 years ago
@hypericon/mpremote v0.2.1
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 mpremoteInstall library from NPM:
$ npm i @hypericon/mpremoteConsume library:
import { } from "@hypericon/mpremote";
async function doStuff() {
// TODO
}
doStuff();