IRremote

Revision:
2:4f0d37840b59
Parent:
1:e12749a24efd
Child:
3:1ec19fef8a30
--- a/IRremote.cpp	Fri Nov 08 05:11:47 2013 +0000
+++ b/IRremote.cpp	Mon Dec 23 04:34:48 2013 +0000
@@ -1,10 +1,9 @@
 #include "IRremote.h"
 #include "mbed.h"
 
-//IR Timer
 int IR_cnt, IR_state, IR_bit_cnt, IR_temp;
 char IR_buf[4];
-
+//IR Timer
 void IR_check()
 {
     if(IR_cnt<150) {
@@ -15,10 +14,9 @@
     }
 }
 
-//ReceiveIR
+//IR Receive
 void IR_start()
 {
-
     switch(IR_state) {
         case 1:
             if((IR_cnt>85)&&(IR_cnt<140)) {