0.2.1 • Published 2 years ago

@hypericon/mpremote v0.2.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Node wrapper for mpremote

npm (scoped)

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();
0.2.1

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago