thermferm/panel.h

changeset 229
5f93b61adb34
parent 205
ca18ff45deba
child 418
0bfe08c7ba6e
--- a/thermferm/panel.h	Wed Aug 13 19:14:01 2014 +0200
+++ b/thermferm/panel.h	Wed Aug 13 19:40:01 2014 +0200
@@ -12,21 +12,6 @@
 #define	PANEL_DOWN	5
 #define	PANEL_UP	6
 
-/*
- * 10 Milliseconds counts for a key to be short or long pressed.
- */
-#define	PRESS_NORMAL	5
-#define	PRESS_LONG	200
-
-/*
- * LCD timeout in seconds
- */
-#define	LCD_SLEEP	120
-
-/*
- * Menu timeout in seconds
- */
-#define	MENU_TIMEOUT	60
 
 /*
  * Key names
@@ -41,7 +26,6 @@
 
 
 int keycheck(void);
-int keypressed(void);
 
 
 PI_THREAD (my_panel_loop);

mercurial