RoemoteIR

Revision:
12:5833495063f7
Parent:
11:268cc2ab63bd
--- a/RemoteIR.h	Mon Sep 20 00:54:59 2010 +0000
+++ b/RemoteIR.h	Wed Jun 12 08:05:57 2019 +0000
@@ -11,7 +11,7 @@
 class RemoteIR {
 public:
 
-    typedef enum {
+    typedef enum { // 코드 방식
         UNKNOWN,
         NEC,
         NEC_REPEAT,
@@ -23,6 +23,7 @@
     static const int TUS_NEC = 562;
     static const int TUS_AEHA = 425;
     static const int TUS_SONY = 600;
+    
 
 private:
     RemoteIR();