There's two ways I'm thinking. Hopefully, I'm successful with the first.
Port the sdk to the espruino lib instead of the standard js lib. If I can get the standard methods and dependencies, I think this is the way to go.
If that doesn't work, I can write an extension in C.
@user80424 started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
There's two ways I'm thinking. Hopefully, I'm successful with the first.
Port the sdk to the espruino lib instead of the standard js lib. If I can get the standard methods and dependencies, I think this is the way to go.
If that doesn't work, I can write an extension in C.