m5stickcjs
v0.2.0
Published
SDK for controlling [M5StickC](https://docs.m5stack.com/#/en/core/m5stickc) with [obnizOS](https://obniz.io). It works on both browser and nodejs.
Downloads
10
Readme
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