Adapting code for different PIC's


Closed Thread
Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Dec 2007
    Posts
    34

    Default Adapting code for different PIC's

    Hi All,
    I am quite new to the world of PIC's and have a question in regards to changing the code examples at this link http://www.picbasic.co.uk/forum/showthread.php?t=6261 so that they will work with a PIC16F628A chip as opposed to the PIC12F629.

    Any help will be much apreciated.
    Regards,
    Jeremy

  2. #2
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default

    There is not a whole lot to change.
    Make sure the config is correct for the OSC you plan to use with a "blinky" test.
    Check that the analog and comparators are taken care of.
    http://www.picbasic.co.uk/forum/showthread.php?t=561
    Change the GPIO.?s to what ever PORT.? you want to use.
    Dave
    Always wear safety glasses while programming.

Similar Threads

  1. decoding quadrature encoders
    By ice in forum mel PIC BASIC Pro
    Replies: 93
    Last Post: - 28th February 2017, 09:02
  2. Nokia COLOR LCD PicBasicPro 2.50a example code
    By skimask in forum Code Examples
    Replies: 49
    Last Post: - 28th September 2011, 01:43
  3. Ways to make code easily reviewable and extendable
    By Ted's in forum mel PIC BASIC Pro
    Replies: 14
    Last Post: - 23rd August 2008, 00:10
  4. Making Program Code Space your playground...
    By Melanie in forum Code Examples
    Replies: 15
    Last Post: - 19th July 2008, 08:26
  5. Writing code for battery operated projects
    By jessey in forum mel PIC BASIC Pro
    Replies: 15
    Last Post: - 16th June 2005, 03:39

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