sensor

Dependencies:   HMC6352 mbed

Fork of program_SensorBlock by Fumiya Fujisawa

Revision:
4:1d54610dba80
Parent:
3:7de2c50339bd
Child:
5:3457e0e66104
--- a/main.cpp	Mon Feb 24 07:05:48 2014 +0000
+++ b/main.cpp	Tue Feb 25 02:28:11 2014 +0000
@@ -110,6 +110,8 @@
     return memory;
 }
 unsigned int ir_function (int num){
+    @retval memory Success.
+    @retval 0xFFF Failure.
     DigitalIn sensor_ir(num_ir[num]);
     int flag = 0;
     unsigned int memory = 0;