12F675 compare voltage help.


Results 1 to 20 of 20

Threaded View

  1. #9
    Join Date
    Aug 2006
    Posts
    91


    Did you find this post helpful? Yes | No

    Default

    Stuck again. I'm just not understanding this math

    adval0 = 2904
    result = adval0 / 15100
    remainder = adval0 // 15100
    result = 0
    remainder is 2904
    How do I get the acutal number it should be 0.192xxx?


    I'm looking at dig but not sure if thats the right thing to use because it will not always be 2 digits...

    adval 0 = 2904*10
    result = adval/151
    192
    then use dig to move the places... and do something like
    if > 9999
    if > 999
    to figure out where the . should be... Is this the best way to do it?
    Last edited by geckogrotto; - 2nd February 2007 at 00:20.

Similar Threads

  1. high voltage high frequency H-Bridge
    By George in forum Off Topic
    Replies: 6
    Last Post: - 27th April 2009, 11:50
  2. Expanded Scale Voltmeter
    By Pic_User in forum Schematics
    Replies: 6
    Last Post: - 8th February 2008, 20:32
  3. make a low voltage output from a PIC pin
    By emptyset in forum General
    Replies: 1
    Last Post: - 8th February 2008, 19:20
  4. Help with final project
    By OvERKiLL in forum General
    Replies: 4
    Last Post: - 15th December 2006, 20:35
  5. Low Voltage Detection
    By Srigopal007 in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 5th January 2005, 18:29

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