Voice Playback CHIP SD20


Results 1 to 20 of 20

Threaded View

  1. #14
    Join Date
    Jul 2006
    Posts
    60


    Did you find this post helpful? Yes | No

    Default

    Hello Darrel
    Thank you for the sample

    Can you explain this?
    For Idx = 15 to 0 STEP -1 ; loop thru the bits

    is this correct?
    IF dat.0(Idx) THEN

    why not
    IF dat(Idx) THEN

    dat is a word variavel, so if
    in the loop at the moment
    idx is say 1 then it's the same like
    dat.1, that is the second bit of the word, or not

    NEXT Idx

    Thanks and best regards
    Pedro
    Last edited by Pedro Santos; - 26th December 2008 at 23:04.

Similar Threads

  1. isd4002 problems help required please
    By Agent36 in forum mel PIC BASIC Pro
    Replies: 9
    Last Post: - 29th March 2012, 06:57
  2. Trouble with PIC16F88 (chip hangs up)
    By nobner in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 20th January 2009, 09:23
  3. TV Display Chip
    By zadok in forum mel PIC BASIC Pro
    Replies: 19
    Last Post: - 17th April 2008, 22:17
  4. ISD4003 & 16F877 Interface
    By sayzer in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 26th December 2006, 17:50
  5. chip selection aid
    By PICMAN in forum General
    Replies: 4
    Last Post: - 21st February 2005, 18:33

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