Added the thermopile for the cc2650

This commit is contained in:
martind2000 2016-05-23 00:44:19 +01:00
parent 2fceda9388
commit 9512ee3a42
2 changed files with 14 additions and 5 deletions

View File

@ -4,3 +4,17 @@ Notes
[http://www.ti.com/ww/en/wireless_connectivity/sensortag2015/tearDown.html](teardown details)
[http://processors.wiki.ti.com/index.php/CC2650_SensorTag_User's_Guide](User guide)
Silicon Labs Sensor Puck
------------------------
[https://www.silabs.com/products/sensors/Pages/environmental-biometric-sensor-puck.aspx](https://www.silabs.com/products/sensors/Pages/environmental-biometric-sensor-puck.aspx)
google science journal

View File

@ -53,11 +53,6 @@ var CC2650_TMP = function(deviceId) {
};
this.sensorBarometerConvert = function(data) {
return (data / 100);
};
this.onThermData = function(data) {
var ambTemp;