Pic int


Closed Thread
Results 1 to 3 of 3

Thread: Pic int

  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 09:05.

  2. #2
    Join Date
    Dec 2012
    Location
    Tennessee
    Posts
    262


    Did you find this post helpful? Yes | No

    Default Re: Pic int

    4 letters
    hahahaha sorry

  3. #3
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,516


    Did you find this post helpful? Yes | No

    Default Re: Pic int

    Hi and welcome to the forum,
    Was this meant as a question or did you want to link to the article which tried to answers that very question?
    If it WAS meant as a question then a good place to start is in the very article you linked to, then in the syntax manual for the ATOM.

    Since the code snippets you posted actually doesn't have anthing to do with interrupts it's possible that you're confusing it with the datatype INTeger.... INT, in this case stands for Interrupt and not integer as may be the case in other languages.

    Anyway, if it was a question and you don't get an answer please clarify what it is you're asking.

    /Henrik.

Similar Threads

  1. Replies: 17
    Last Post: - 16th March 2013, 00:11
  2. Replies: 8
    Last Post: - 19th January 2013, 00:21
  3. interfacing pic 18f4520
    By keerthi in forum General
    Replies: 0
    Last Post: - 11th January 2013, 06:45
  4. PIC as I2C Slave
    By Mainul in forum General
    Replies: 4
    Last Post: - 5th January 2013, 14:23
  5. Interupts - can two switches share the 'INT' Pin?
    By HankMcSpank in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 19th May 2010, 00: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