You should not use a resistor like the thermistor tutorial suggests. Instead you connect the output pin (white on the Atlas device) on the MCP9701 directly to an ADC pin on the Espruino. The voltage you read is proportional to the temperature. Use the calculations described in the atlas datasheet to get the actual temperature. Just remember that Espruino analogRead returns a resolution-independent number between 0 and 1, and the Aref voltage is 3.3V.
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.
You should not use a resistor like the thermistor tutorial suggests. Instead you connect the output pin (white on the Atlas device) on the MCP9701 directly to an ADC pin on the Espruino. The voltage you read is proportional to the temperature. Use the calculations described in the atlas datasheet to get the actual temperature. Just remember that Espruino analogRead returns a resolution-independent number between 0 and 1, and the Aref voltage is 3.3V.