You are reading a single comment by @Kolban and its replies. Click here to read the full conversation.
  • I'm looking through Blaz's code here .... (worth a quick scan) ...

    https://github.com/aplikatika/Espruino-o­n-ESP8266/blob/master/user/user_main.c

    which seems to be the interface into the API of Espruino. However, I can't yet seem to find any docs on the functions used ... for example "jsInit" or "jsKill" or "jsEvaluateVar". I am thinking that these are the internal APIs of the Espruino project and are not meant for JavaScript authors ... but instead for folks like me who want to get the Espruino runtime running on the ESP8266. My next step is to go through the Github source ... but I'm wondering if there is already a "document" that describes the Espruino architecture and key methods and orders that they should be driven?

About

Avatar for Kolban @Kolban started