Subversion Repositories HomeAutomation

Rev

Rev 163 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 163 Rev 166
Line 45... Line 45...
45
 
45
 
46
/**
46
/**
47
 *  @name  Definitions for MCU Clock Frequency
47
 *  @name  Definitions for MCU Clock Frequency
48
 *  Adapt the MCU clock frequency in Hz to your target.
48
 *  Adapt the MCU clock frequency in Hz to your target.
49
 */
49
 */
50
#define XTAL 8000000              /**< clock frequency in Hz, used to calculate delay timer */
-
 
51
 
-
 
52
 
50
 
53
/**
51
/**
54
 * @name  Definition for LCD controller type
52
 * @name  Definition for LCD controller type
55
 * Use 0 for HD44780 controller, change to 1 for displays with KS0073 controller.
53
 * Use 0 for HD44780 controller, change to 1 for displays with KS0073 controller.
56
 */
54
 */