- Timestamp:
- 10/19/07 01:35:46 (15 months ago)
- Location:
- configs
- Files:
-
- 2 modified
-
ds1337/ds1337.h (modified) (1 diff)
-
ds1624/ds1624.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
configs/ds1337/ds1337.h
r9 r12 1 1 #ifndef DS1337_CONFIG 2 2 #define DS1337_CONFIG 3 4 /**5 * Define the DS1337 I2C addresses6 **/7 #define DS1337_WADDR B01101000 /* 0x68 */8 3 9 4 // Ucomment this to enable setting the clock from a -
configs/ds1624/ds1624.h
r7 r12 15 15 **/ 16 16 #define DS1624_HANDLE_BOOT_DELAY 17 17 18 /** 19 * Uncomment this to support reading and writing 20 * to the 256 bytes of EEPROM on the DS1624 21 **/ 22 #define DS1624_USE_EEPROM 23 18 24 #endif