Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: Badger; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    31
    Views
    19,248

    Re: Watt's the wattage when used on a PIC?

    If the input is only for a trigger (e.g.. turns on with the ignition), why don't you use a 5V reg (7805)?
    I've used them and it works perfectly.

    Badger
  2. Replies
    2
    Views
    2,143

    Re: Displaying Temperature on a DLR2416?

    Thank you Henrik,

    Even after reading through I missed that!
    It does seem to be what I'm looking for, I'll try it and reply back.

    Regards.
  3. Replies
    2
    Views
    2,143

    Displaying Temperature on a DLR2416?

    Hi,

    I'm having trouble trying to figure out how to display a temperature reading on 2xDLR2416'.
    I can write to the displays just fine (I have BYTE variables set for each segment).
    And I can get...
  4. Replies
    3
    Views
    2,665

    Re: Arrays and Constants

    Simple problem in the end.

    WS CON 60
    LED VAR BYTE[WS]

    Has to be above anything that uses it. If you don't it will compile O.K. but you will see a syntax error afterwards, and will not work.
    ...
  5. Replies
    3
    Views
    2,665

    Re: Arrays and Constants

    Thanks, yep that was just a typo.

    I'll have a go now I'm back with the project.
  6. Replies
    3
    Views
    2,665

    Arrays and Constants

    Hi everyone,

    Is there a way to use a constant to define the size of your array? eg:

    DEV CON 60
    LED VAR BYTE[WS]

    It compiles, but throws up a syntax error (Haven't tested...
Results 1 to 6 of 6