I2C and 24LC65


Results 1 to 7 of 7

Thread: I2C and 24LC65

Threaded View

  1. #2
    Join Date
    May 2008
    Location
    Italy
    Posts
    825


    Did you find this post helpful? Yes | No

    Default

    Add the following two DEFINEs to your code

    Code:
    DEFINE I2C_SLOW 1
    DEFINE I2C_HOLD 1
    Declare and use the following constants as reading and writing control.

    Code:
    SDevW           con %10100000       ' I2C eeprom write control
    SDevR           con %10100001       ' I2C eeprom read control
    You should have all the address inputs grounded.

    Al.
    Last edited by aratti; - 16th July 2009 at 21:48.
    All progress began with an idea

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts