View Single Post
Old 02-19-2009, 11:19 AM   #846 (permalink)
2003protege
EcoModding Enthusiast
 
Join Date: May 2008
Location: Austin
Posts: 155

Silver Bullet - '03 Mazda Protege LX
90 day: 29.51 mpg (US)

Silver Bullet - '03 Mazda Protege LX
90 day: 37.06 mpg (US)

Blaze - '17 Ford Escape
Thanks: 23
Thanked 2 Times in 2 Posts
Quote:
Originally Posted by Nevyn View Post
I think you have a typo.
Code:
 }else{
    x -= s;     //otherwise subtract settling time from the pulse width
  }
Should be
Code:
 }else{
    x - s;     //otherwise subtract settling time from the pulse width
  }
no, it's just the syntax used to store "x-s" as x
__________________
  Reply With Quote