0.2.0 • Published 4 years ago
@vogoid/moiler v0.2.0
Moiler
Moddable.js based framework to easily program esp32 devices with Javascript.
Getting Started
First, install Moiler from NPM:
npm install moiler
Create a main.js
file in your project folder:
trace('Hello World!')
debugger
Connect your ESP32 development board and run:
npx moiler
Your code will be compiled and uploaded to your board and the debugger will open.