Project

General

Profile

Revision 227

added software debounce for toolboxes

View differences:

tooltron.h
56 56
#define BOOT_START 0x400    // Bootloader code starts here
57 57
#define EEPROM_ADDR 1       // Location of the node's address in the EEPROM
58 58

  
59
// Debouncing
60
#define BUTTON_DEBOUNCE 5
61

  
59 62
/****** Utility Definitions ******/
60 63
#define TRUE    0x00
61 64
#define FALSE   0x01

Also available in: Unified diff