loop write eeprom


Results 1 to 14 of 14

Threaded View

  1. #1
    Join Date
    Jun 2006
    Location
    Greece
    Posts
    302

    Default loop write eeprom

    I have this code and i wonder if the eeprom is write continues or only if i push any button;

    LOOP:

    Button UP,1,10,2,b1,1,MONTE 'supervise the button UP
    Button DOWN,1,10,2,b2,1,DESCEND 'supervise the button DOWN
    Button CH_PAS,1,255,0,b3,1, CHOIX 'supervise the button PAS
    PAUSE 100 'pause of 0.1s
    I2CREAD SDA,SCL,ADDR2,[LOCK] 'check if pll is lock
    WRITE 0, TMP_LO 'Store the 8 bits of weak weight of TMP in the EEPROM with address 0
    WRITE 1, TMP_HI 'Store the 8 bits of strong weight of TMP in the EEPROM with address 1
    GoTo LOOP
    Last edited by savnik; - 13th August 2006 at 13:22.

Similar Threads

  1. Can't read sequential addresses in external EEPROM
    By tjkelly in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 18th February 2010, 14:46
  2. Controlsystem for compact sporting (clay shooting)
    By Fredrick in forum mel PIC BASIC Pro
    Replies: 11
    Last Post: - 30th July 2009, 16:48
  3. PIC16F684 + LCD to use the 256bytes of EEPROM - HELP
    By xnihilo in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 7th March 2008, 14:19
  4. Microcontroller with 2 way paging application problem
    By oneohthree in forum mel PIC BASIC Pro
    Replies: 30
    Last Post: - 20th April 2007, 17:27
  5. word variable to 25lc640
    By TONIGALEA in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 6th July 2004, 19:59

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