IS31SE5000 IR SENSOR FOR TOUCHLESS MOTION AND PROXIMITY
Dependents: test_IS31SE5000 testSensor
Revision 2:215d002d2bbf, committed 2017-05-11
- Comitter:
- Rhyme
- Date:
- Thu May 11 07:29:31 2017 +0000
- Parent:
- 1:3f4ccc809dfc
- Commit message:
- comments in .cpp moved from /** to /*
Changed in this revision
| IS31SE5000.cpp | Show annotated file Show diff for this revision Revisions of this file |
| IS31SE5000.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/IS31SE5000.cpp Thu May 11 07:26:49 2017 +0000 +++ b/IS31SE5000.cpp Thu May 11 07:29:31 2017 +0000 @@ -26,7 +26,7 @@ #define MODE_MOTION 0x00 #define MODE_PROXIMITY 0x01 -/** +/* * Register Definitions * * Status Register 0x00 (Read Only)
--- a/IS31SE5000.h Thu May 11 07:26:49 2017 +0000
+++ b/IS31SE5000.h Thu May 11 07:29:31 2017 +0000
@@ -1,11 +1,12 @@
+#ifndef _IS31SE5000_h_
+#define _IS31SE5000_h_
/**
* IR31SE5000 : IR sensor for touchless motion and proximity
* IS31SE5000.h
*
*/
-
-#ifndef _IS31SE5000_h_
-#define _IS31SE5000_h_
+
+#include "mbed.h"
class IS31SE5000
{