Einstein Filho
/
MLX90614
Mangue Baja Personalized MLX program
Diff: MLX90614.h
- Revision:
- 1:494ed2723916
- Parent:
- 0:755bd47fd6be
--- a/MLX90614.h Mon Sep 05 10:52:54 2016 +0000 +++ b/MLX90614.h Thu Aug 01 11:41:45 2019 +0000 @@ -79,10 +79,10 @@ I2C *i2c_; - static const int default_addr = 0x00; + static const int default_addr = 0x0E; static const int T_ambient = 0x06; static const int T_obj1 = 0x07; - static const int ram_access = 0x00; + static const int ram_access = 0x04; };