Options
All
  • Public
  • Public/Protected
  • All
Menu

M5Stack.js

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

Generated using TypeDoc