-
• #2
E.getTemperature()
On the http://www.espruino.com/Puck.js page it shows you how to access all the different features
-
• #3
Sorry about that, I was looking for it in here http://www.espruino.com/Reference#Puck
-
• #4
It's a bit confusing - it's because it's a function that's common to pretty much all the Espruino boards.
Generally:
E.*
- Espruino features on the majority of boardsNRF.*
- Nordic Bluetooth LE features (On Puck.js and BBC micro:bit)Puck.*
- Puck.js-only features
@Gordon
The Puck.js page says it has a built in thermometer. Is there a method for reading the temperature?