aboutsummaryrefslogtreecommitdiff
path: root/car/config.h
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2017-01-02 23:10:59 +0100
committerDimitri Sokolyuk <demon@dim13.org>2017-01-02 23:10:59 +0100
commit89262d3bd1f7d4f48f1ff92c666990d05f779e64 (patch)
tree8ac0c2fdc08e48219f6b97ff43e8f882b571c9f7 /car/config.h
parent82bbc873a7d5d819fdedc6bcdd15aca9c16a19a4 (diff)
Split IR Key definitions
Diffstat (limited to 'car/config.h')
-rw-r--r--car/config.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/car/config.h b/car/config.h
index 7165d31..2856d28 100644
--- a/car/config.h
+++ b/car/config.h
@@ -22,24 +22,6 @@
// Pinout IR
#define IR 12
-#define KeyUp 0x00511DBB
-#define KeyDown 0xA3C8EDDB
-#define KeyLeft 0x52A3D41F
-#define KeyRight 0x20FE4DBB
-#define KeyOk 0xD7E84B1B
-#define Key0 0x1BC0157B
-#define Key1 0xC101E57B
-#define Key2 0x97483BFB
-#define Key3 0xF0C41643
-#define Key4 0x9716BE3F
-#define Key5 0x3D9AE3F7
-#define Key6 0x6182021B
-#define Key7 0x8C22657B
-#define Key8 0x488F3CBB
-#define Key9 0x0449E79F
-#define KeyStar 0x97483BFB
-
-
// Pinout Ultrasonic
#define Echo A1
#define Trig A0