EM4095 Chip, get Clock and Data signals?


Closed Thread
Results 1 to 15 of 15

Hybrid View

  1. #1
    Join Date
    Mar 2008
    Posts
    43


    Did you find this post helpful? Yes | No

    Default

    Thanks.
    Also, when you say that Variable are global, then if you look at the mikroBasic code, then you would see that there are some variables made in the main section and also in a Procedure some variables are made, which can only be used in that Procedure!
    So what about them?

  2. #2
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by mindthomas View Post
    Thanks.
    Also, when you say that Variable are global, then if you look at the mikroBasic code, then you would see that there are some variables made in the main section and also in a Procedure some variables are made, which can only be used in that Procedure!
    So what about them?
    Use different variables.

  3. #3
    Join Date
    Mar 2008
    Posts
    43


    Did you find this post helpful? Yes | No

    Default

    So you mean that i should make them Global too, as there aren't anything UnGlobal in PBP?

  4. #4
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by mindthomas View Post
    So you mean that i should make them Global too, as there aren't anything UnGlobal in PBP?
    I mean if they are truly global, then they are the same variable thru the program.
    If they aren't, then the variable most likely has two different meanings in different, distinct functions/modules/subroutines.

    In PBP, all variables are global, meaning that if temp holds a value here, it holds that same value over there, and over there, and over here.

  5. #5
    Join Date
    Mar 2008
    Posts
    43


    Did you find this post helpful? Yes | No

    Default

    Okey, thanks.
    Could you help me with some more, especially the Interrupt, or if it could be done without using Interrupt!! (it could be great if it could be done without)

  6. #6
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by mindthomas View Post
    Okey, thanks.
    Could you help me with some more, especially the Interrupt, or if it could be done without using Interrupt!! (it could be great if it could be done without)
    Doubt it...

  7. #7
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by skimask View Post
    Quote Originally Posted by mindthomas View Post
    Okey, thanks.
    Could you help me with some more, especially the Interrupt, or if it could be done without using Interrupt!! (it could be great if it could be done without)
    Doubt it...
    Doubt what?

    That it can be done without interrupts?

    Or that you could help him?
    <br>
    DT

Similar Threads

  1. Data Out From External Clock
    By Quin in forum Serial
    Replies: 2
    Last Post: - 25th October 2008, 09:11
  2. Data logger clock and array
    By PicLearner in forum mel PIC BASIC Pro
    Replies: 17
    Last Post: - 25th September 2008, 04:19
  3. Shiftout/in
    By BobEdge in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 23rd August 2007, 11:48
  4. Help with sound command in 2 programs
    By hyperboarder in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 5th July 2007, 20:36
  5. MAX1247 4-Channel, 12-Bit ADC
    By Atom058 in forum mel PIC BASIC Pro
    Replies: 14
    Last Post: - 15th December 2006, 23:38

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