-->
Page 1 of 2

ZeroBrain NodeMCU api

PostPosted: Fri Dec 02, 2016 7:12 pm
by sushisan
NodeMCU API for ZeroBrain IDE
https://hiperiondev.github.io/nodemcu-api-zerobrain/

Image
Image
Objective
The goal of this project is create a complete develope IDE for NodeMCU.

Summary
    Autocompletation

To do
    Correct documentation in api files
    Correct args and returns in api files

Future features
    Upload files to NodeMCU
    Compile using cross compiler for NodeMCU

Re: ZeroBrain NodeMCU api

PostPosted: Mon Dec 05, 2016 5:58 pm
by marcelstoer
sushisan wrote:First I normalize the info from all md files (ugly but the first step: allZeroBrain.lst) then I've extrated and create an incomplete lua api for Zero Brain (nodemcu.lua)


This "meta-model" could be useful for other use cases as well. I'd love to see this code somewhere on GitHub. What you do based on the API model is then another story and highly specific (i.e. deservers its own code base).

Re: ZeroBrain NodeMCU api

PostPosted: Mon Dec 05, 2016 11:27 pm
by sushisan
Do it!

Re: ZeroBrain NodeMCU api

PostPosted: Tue Dec 06, 2016 11:05 pm
by sushisan
Now partialy working :)