Yes - there's no real difference between me doing it or you using code from the thread. At the end of the day theres some JS code that actually does the interfacing - it's just either in the code that you upload, or pulled in via a require("...") call if I/someone else makes a module/library for it.
I guess it's just be a little easier if there was a library, since all you'd have to worry about is calling sms.sendSMS(...) or something
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.
Yes - there's no real difference between me doing it or you using code from the thread. At the end of the day theres some JS code that actually does the interfacing - it's just either in the code that you upload, or pulled in via a
require("...")
call if I/someone else makes a module/library for it.I guess it's just be a little easier if there was a library, since all you'd have to worry about is calling
sms.sendSMS(...)
or something