Added the thermopile for the cc2650
This commit is contained in:
parent
2fceda9388
commit
9512ee3a42
@ -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
|
||||
|
@ -53,11 +53,6 @@ var CC2650_TMP = function(deviceId) {
|
||||
|
||||
};
|
||||
|
||||
this.sensorBarometerConvert = function(data) {
|
||||
return (data / 100);
|
||||
|
||||
};
|
||||
|
||||
this.onThermData = function(data) {
|
||||
|
||||
var ambTemp;
|
||||
|
Loading…
Reference in New Issue
Block a user