You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • 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?

About

Avatar for Gordon @Gordon started