Subversion Repositories group.NITPanels

Rev

Rev 11 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11 Rev 15
Line 15... Line 15...
15
namespace NITNavComm {
15
namespace NITNavComm {
16
 
16
 
17
    public class NITPanels {
17
    public class NITPanels {
18
 
18
 
19
        public static int CFG_BUTTON_DEBOUNCE_TIME = 500;
19
        public static int CFG_BUTTON_DEBOUNCE_TIME = 500;
20
        public static int CFG_INPUT_TIMER_INTERVAL = 20;
20
        public static int CFG_INPUT_TIMER_INTERVAL = 40;
21
 
21
 
22
        public List<NITDevice> devices { get; set; }
22
        public List<NITDevice> devices { get; set; }
23
 
23
 
24
        public NITPanels() {
24
        public NITPanels() {
25
            devices = new List<NITDevice>();
25
            devices = new List<NITDevice>();