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