m5stickcjs

0.2.0 • Public • Published

M5StickC.js

SDK for controlling M5StickC with obnizOS. It works on both browser and nodejs.

Usage

See HTML Examples or Node.js Examples

Installation

Browser

Add the following script tag to your html

  <script src="https://unpkg.com/obniz/obniz.js"></script> <!-- m5stickc.js use obniz.js.  load obniz.js before m5stickc.js -->
  <script src="https://unpkg.com/m5stickcjs/m5stickc.js"></script>

Nodejs

Install via npm

  npm install m5stickcjs

and import it to js file.

  const M5StickC = require('m5stickcjs');

Examples

Examples is here.

Document

More details, see M5Stackjs document or obniz document

Readme

Keywords

none

Package Sidebar

Install

npm i m5stickcjs

Weekly Downloads

2

Version

0.2.0

License

MIT

Unpacked Size

18.3 MB

Total Files

541

Last publish

Collaborators

  • kido
  • yukisato