DS18B20 connected to PIC16F628A


Results 1 to 9 of 9

Threaded View

  1. #6
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default Re: DS18B20 connected to PIC16F628A

    Great!

    Since you are using 10-bit resolution, you only need to pause ~188mS.
    Yes, it's still "<-- My favorite".

    And it's probably best to release the pin instead of driving it low after the conversion.
    Code:
        high DQ
        pause 188
        input DQ
    Last edited by Darrel Taylor; - 29th November 2011 at 02:42.
    DT

Members who have read this thread : 2

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