GP2Y0A21YK0F IRsensor 用ライブラリ

Dependents:   NHK2019_mae_v6 NHK2019_main_v6 NHK2019_usiro_v6 NHK2019_mae_v6 ... more

Revision:
5:022e7ea6eea9
Parent:
4:004bdb88ab3e
Child:
6:4d4e1ea317f5
--- a/IRsensor.h	Thu Aug 29 02:20:25 2019 +0000
+++ b/IRsensor.h	Thu Aug 29 02:29:59 2019 +0000
@@ -1,3 +1,8 @@
+#ifndef IRSENSOR_H
+#define IRSENSOR_H
+
+#include"mbed.h"
+
 /**
 * @file IRsensor.h
 * @brief SHARP 2Y0A21を使ったIR距離測定
@@ -24,11 +29,6 @@
 * @endcode
 */
 
-#ifndef IRSENSOR_H
-#define IRSENSOE_H
-
-#include"mbed.h"
-
 /**
 * @brief SHARP 2Y0A21を使ったIR距離測定のクラス
 */