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:
11:e4a64ed3ed58
Parent:
10:1cb542a62421
--- a/AK9752_reg.h	Mon Nov 14 19:11:45 2016 +0000
+++ b/AK9752_reg.h	Fri Mar 17 23:29:48 2017 +0000
@@ -31,4 +31,7 @@
 #define AK9752_REG_VALUE_WIA1       0x48        // Manufacturer Code (AKM)
 #define AK9752_REG_VALUE_WIA2       0x14        // Product Code (AK9752)
 
+#define AK9752_ST1_MASK_DRDY        0x01
+
+
 #endif // __AK9752_REG_H__
\ No newline at end of file