1.0.4 • Published 3 years ago

@chirimen/grove-gesture v1.0.4

Weekly downloads
9
License
MIT
Repository
github
Last release
3 years ago

CHIRIMEN Drivers

Download

Verified official drivers

Contributed drivers

Usage

In a browser

<script src="https://cdn.jsdelivr.net/npm/@chirimen/adt7410"></script>

Using ES Modules:

import ADT7410 from "https://unpkg.com/@chirimen/adt7410?module";

Using Yarn

yarn add @chirimen/adt7410

Using npm

npm i @chirimen/adt7410

In Node.js

const ADT7410 = require("@chirimen/adt7410");

Using ES Modules:

import ADT7410 from "@chirimen/adt7410";

Documents

Build all packages

Using Yarn

yarn && yarn workspaces run build

Release

Using Yarn

yarn release

Using npm

npm run release
1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

1.0.0-alpha.1

4 years ago

1.0.0-alpha.0

5 years ago