Updated i2c interface to work correctly with mBed and Hexiwear
Dependents: Hexi_Click_IRThermo_Example
Fork of MLX90614 by
Diff: mlx90614.h
- 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{
