Melexis MLX90614 library

Dependents:   IR_temperature IR_temperature IR_temperature UserIntefaceLCD ... more

Revision:
3:eb618e916622
Parent:
2:01d333d06727
Child:
4:dcd4fe76bd13
--- a/mlx90614.h	Thu Jun 09 13:28:50 2011 +0000
+++ b/mlx90614.h	Thu Jun 09 13:41:09 2011 +0000
@@ -13,11 +13,9 @@
 //  If you want to check CRC, please do it your self :)
 //****************************************************************//
 
-/**************************************
-**An Interface for MLX90614
-* Sample Code
-*
-*@code
+/**An Interface for MLX90614
+* 
+* @code
 * //Print temperature data
 * #include "mbed.h"
 * #include "mlx90614.h"
@@ -32,8 +30,8 @@
 *   wait(0.5);
 *
 * }
-*@endcode
-**************************************/
+* @endcode
+*/
 
 
 class MLX90614{