Melexis MLX90614 library
Dependents: IR_temperature IR_temperature IR_temperature UserIntefaceLCD ... more
Diff: mlx90614.cpp
- Revision:
- 2:01d333d06727
- Parent:
- 1:4a60d3f1e91e
diff -r 4a60d3f1e91e -r 01d333d06727 mlx90614.cpp --- a/mlx90614.cpp Thu Jun 09 13:07:40 2011 +0000 +++ b/mlx90614.cpp Thu Jun 09 13:28:50 2011 +0000 @@ -1,6 +1,9 @@ #include "mlx90614.h" + + + MLX90614::MLX90614(I2C* i2c,int addr){ this->i2caddress = addr;