Beginner help!


Results 1 to 15 of 15

Thread: Beginner help!

Threaded View

  1. #12
    Join Date
    Apr 2012
    Posts
    6


    Did you find this post helpful? Yes | No

    Default Re: Beginner help!

    Code:
    Trisio = %001000
    
    ground var gpio.3
    pin1 var gpio.1
    pin2 var gpio.2
    
    loop:
    
    Pin1 = ground
    pin2 = 0
    pause 200
    
    pin1 = 0
    pin2 = ground
    pause 200
    
    goto loop
    Name:  Untitled.jpg
Views: 915
Size:  58.0 KBThe switches trigger buttons on a remote control. Thanks for all the help by the way ive really learned alot.
    Last edited by Recognize; - 25th April 2012 at 19:24.

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