Updated i2c interface to work correctly with mBed and Hexiwear
Dependents: Hexi_Click_IRThermo_Example
Fork of MLX90614 by
Revision 3:eb618e916622, committed 2011-06-09
- Comitter:
- aquahika
- Date:
- Thu Jun 09 13:41:09 2011 +0000
- Parent:
- 2:01d333d06727
- Child:
- 4:dcd4fe76bd13
- Commit message:
Changed in this revision
| mlx90614.h | Show annotated file Show diff for this revision Revisions of this file |
--- 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{
