@hypericon/mpremote
TypeScript icon, indicating that this package has built-in type declarations

0.2.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @hypericon/mpremote

Weekly Downloads

1

Version

0.2.1

License

MIT

Unpacked Size

22.1 kB

Total Files

8

Last publish

Collaborators

  • dyenamic
  • neonfish
  • unany