Changeset 12 for configs

Show
Ignore:
Timestamp:
10/19/07 01:35:46 (15 months ago)
Author:
mlalondesvn
Message:

DS1624:

ADDED - Support for read/write to the EEPROM
ADDED - DS1624_USE_EEPROM Define in the config to enable eeprom functions
MODIF - Moved the start/stop conversion routine to the start/stopConversion() functions


DS1803 & DS1337:

FIXED - Removed r/w addresses and changed for single address

Location:
configs
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • configs/ds1337/ds1337.h

    r9 r12  
    11#ifndef DS1337_CONFIG 
    22#define DS1337_CONFIG 
    3      
    4     /** 
    5      * Define the DS1337 I2C addresses 
    6     **/ 
    7     #define DS1337_WADDR        B01101000 /* 0x68 */ 
    83     
    94    // Ucomment this to enable setting the clock from a  
  • configs/ds1624/ds1624.h

    r7 r12  
    1515    **/ 
    1616    #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     
    1824#endif