IS31SE5000 IR SENSOR FOR TOUCHLESS MOTION AND PROXIMITY

Dependents:   test_IS31SE5000 testSensor

Revision:
2:215d002d2bbf
Parent:
1:3f4ccc809dfc
--- 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 
 {