Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    0
    Views
    7,859

    Awesome cube 3x3 LED CUBE

    The Awesome Cube™ was created by Jeff LeSueur, an electronics instructor in Kent, Ohio. This project is unique among electronic and tech ed project kits, because it is a captivating way for students...
  2. Replies
    9
    Views
    7,309

    Trisa = 32 Trisc = 0 a Var porta:c var...

    Trisa = 32
    Trisc = 0


    a Var porta:c var portc
    x var word:x1 var word:x2 var word: x3 var word:t1 var word:

    dummy var byte
  3. Replies
    9
    Views
    7,309

    thank you for all of your help, but is there a...

    thank you for all of your help, but is there a way to make it so that when you press the button it loops one program continously then, when pressed again goes to another program?
  4. Replies
    9
    Views
    7,309

    Trisa = 32 Trisc = 0 a Var porta:c var...

    Trisa = 32
    Trisc = 0


    a Var porta:c var portc
    x var word:t1 var word
    dummy var byte

    x=0
    t1=200
  5. Replies
    9
    Views
    7,309

    What do you mean by this? Also we are...

    What do you mean by this?



    Also we are trying to make the button, when pressesd, toggle between two subroutines, Exe: one press is the first one, then when you press it again it will go to the...
  6. Replies
    9
    Views
    7,309

    Trisa = 32 Trisc = 0 ioca=%10000000 a Var...

    Trisa = 32
    Trisc = 0

    ioca=%10000000
    a Var porta
    c var portc

    t1 var word
    t1=200
    start:
  7. Replies
    9
    Views
    7,309

    16f688 interrupt

    We are trying to set up a button interrupt on port Ra.5 on the 16f688 chip to light a led, this is the first time that we have worked with the innterrupt command, any suggestions? Will post the...
Results 1 to 7 of 7