Driver for the AKM AK9752 IR sensor device.

Dependents:   AKDP-RevD7_014

Library for the AK9752 Ultra-Small IR Sensor with I2C Interface. Includes integrated temperature sensor (0 - 50C) and 16-bit ADC.

Revision:
4:2f4c8e641ce9
Parent:
0:51fa46d39a3e
Child:
5:a979c36482fc
--- a/AK9752_reg.h	Tue Nov 01 17:49:01 2016 +0000
+++ b/AK9752_reg.h	Wed Nov 02 00:14:52 2016 +0000
@@ -25,7 +25,7 @@
 #define AK9752_REG_ADDR_CNTL2       0x15
 #define AK9752_REG_ADDR_CNTL3       0x16
 
-#define AK9752_REG_VALUE_WIA1       0x48
-#define AK9752_REG_VALUE_WIA2       0x14
+#define AK9752_REG_VALUE_WIA1       0x48        // Decimal: 72
+#define AK9752_REG_VALUE_WIA2       0x14        // Decimal: 20
 
 #endif // __AK9752_REG_H__
\ No newline at end of file