Pic int


Results 1 to 3 of 3

Thread: Pic int

Threaded View

  1. #1
    Join Date
    Mar 2013
    Posts
    1

    Default Pic int

    What is the difference between PICbasic INT and Atom INT

    PICBASIC

    led var PORTB.7 ‘Establish name for portb.7



    ATOM

    time var byte ‘ Establish variable Time
    trisc = %00000000 ‘ Make port C all outputs (P8-P15)
    portc = %11111111 ‘ P12-P15 LEDs off, P8 on

    http://www.precision-robotics.com/pic_int.pdf


    Last edited by dellins; - 10th March 2013 at 08:05.

Similar Threads

  1. Replies: 17
    Last Post: - 15th March 2013, 23:11
  2. Replies: 8
    Last Post: - 18th January 2013, 23:21
  3. interfacing pic 18f4520
    By keerthi in forum General
    Replies: 0
    Last Post: - 11th January 2013, 05:45
  4. PIC as I2C Slave
    By Mainul in forum General
    Replies: 4
    Last Post: - 5th January 2013, 13:23
  5. Interupts - can two switches share the 'INT' Pin?
    By HankMcSpank in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 18th May 2010, 23:28

Members who have read this thread : 1

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