Symbol not previously defined - lib file


Results 1 to 14 of 14

Threaded View

  1. #9
    Join Date
    May 2013
    Location
    australia
    Posts
    2,644


    Did you find this post helpful? Yes | No

    Default Re: Symbol not previously defined - lib file

    hi malcom
    a quick look says

    FOR pid_Channel = 0 TO 3 ; Set # of bits in resolution
    GOSUB SelectSensor ; for all sensors
    GIE = 0 ; disable interrupts before 1-wire
    @ DS1820_Resolution 12
    GIE = 1 ; enable interrupts after 1-wire
    NEXT pid_Channel
    but you have
    Code:
    PID_Channels CON 1

    its not going to fly
    its expecting 3 more sensors
    Last edited by richard; - 6th February 2015 at 12:08.

Similar Threads

  1. Replies: 10
    Last Post: - 21st December 2013, 18:48
  2. "symbol not previously defined" on 16F1933 - fuse issue i think
    By comwarrior in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 2nd January 2011, 03:24
  3. Symbol not previously defined
    By Archangel in forum Code Examples
    Replies: 2
    Last Post: - 27th December 2008, 09:52
  4. not previously defind (_INTRC_OSC) errror
    By teverett in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 18th October 2006, 17:59
  5. Replies: 3
    Last Post: - 3rd September 2003, 12:05

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