How to use RSIN


Results 1 to 6 of 6

Thread: How to use RSIN

Threaded View

  1. #3
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898

    Default

    This is PROTON PDS. As usual, the PORTA have some multiplexed analog stuff on PORTA that MUST be disable first.

    ADCON1=7
    or
    ALL_DIGITAL = TRUE

    should do the trick. Also, you should set your config fuses. something like
    Code:
    REMINDERS=FALSE
    Config LVP_OFF, HS_OSC, WDT_OFF
    The right forum for you will be www.picbasic.org/forum
    Last edited by mister_e; - 6th March 2007 at 15:39.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

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