• Sat 2018.09.08

    re: 'I'm not sure about the context and intentions...'

    Thanks for the quick response @allObjects and I'm reviewing the additional links now.

    Just trying to test a simple module with cut-n-paste into the editor window right-pane. Following the instructions at Writing+Modules, wrapping the code in var exports={}; statements. Basically a getter accessor method to attach to, such as led.testUR();

    I stripped out all non-essential lines and have it down to the fifteen lines above. Just performing a send creates the error. Simple concepts taken from and modeled after:

    http://www.espruino.com/modules/GroveRel­ay.js
    http://www.espruino.com/modules/MySensor­s.js
    http://www.espruino.com/modules/Ping.js

    At this point, I'm just trying to get something, . . . anything to work.

    re: 'this is resolved at runtime and means the context'

    For clarification for me, technically, as the code has just been sent to the device, isn't it actually running, and therefore we see what I presented above, typing 'this' into the left-hand pane console? My point is, the IDE is aware of the function, otherwise it couldn't possibly know about it otherwise in order to produce the error.

About

Avatar for allObjects @allObjects started