From ca2bb8fc30fc6e4b5765d4da01e8c3cafc3b0095 Mon Sep 17 00:00:00 2001 From: Kyle Repinski Date: Fri, 4 Jul 2014 16:03:02 -0500 Subject: tuna: Add ambient temperature sensor. This leverages the BMP180's ability to sense the temperature. Requires kernel change, but there are no adverse side-effects without the kernel change. Change-Id: Ibe2228d0ab30775556acb0a034f7f0904ed1b0b7 Signed-off-by: Kyle Repinski Conflicts: libsensors/sensors.cpp --- libsensors/sensors.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libsensors/sensors.h') diff --git a/libsensors/sensors.h b/libsensors/sensors.h index a7e077d..18517f9 100644 --- a/libsensors/sensors.h +++ b/libsensors/sensors.h @@ -37,6 +37,7 @@ __BEGIN_DECLS #define ID_L (ID_SAMSUNG_BASE) #define ID_P (ID_L + 1) #define ID_PR (ID_P + 1) +#define ID_T (ID_PR + 1) /*****************************************************************************/ -- cgit v1.1