Hi,
I'm using ST Discovery VL to run espruino. When i try to initialize the OneWire object using
var ow = OneWire(A10);
it returns the following message:
{"proto":prototype,"constructor":OneWire,"pin":A10}
What i'm doing wrong?
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.
Hi,
I'm using ST Discovery VL to run espruino. When i try to initialize the OneWire object using
var ow = OneWire(A10);
it returns the following message:
{"proto":prototype,"constructor":OneWire,"pin":A10}
What i'm doing wrong?