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
<!-- m5stickc.js use obniz.js. load obniz.js before m5stickc.js -->
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