0.2.0 • Published 4 years ago

@vogoid/moiler v0.2.0

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
4 years ago

Moiler

npm badge

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.