OSDN Git Service

Min/Max delay for Light and Temperature
[android-x86/hardware-intel-libsensors.git] / transform.h
index 2a6a03e..d11c33c 100644 (file)
@@ -7,10 +7,8 @@
 
 #include "common.h"
 
-float transform_sample (int sensor, int channel, unsigned char* sample_data);
-
-void finalize_sample   (int s, struct sensors_event_t* data);
-
+void   select_transform        (int s);
+float  acquire_immediate_value (int s, int c);
 
 #endif