Hi - yes, sorry - I need to update the documentation on that. Have a look here
As well as a great photoshop it gives some good information on using it with Espruino (just connect to 3.3v rather than 5v)...
Hi, Girdon I have connected the tcrt5000 with espruino and use the pin c1 but the return value is just same.
Var light = analogRead C1); SetInterval (function (){ console.log (light); }, 500);
Is this code correct?
@Gordon 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.
Hi - yes, sorry - I need to update the documentation on that. Have a look here
As well as a great photoshop it gives some good information on using it with Espruino (just connect to 3.3v rather than 5v)...