Quote:
Originally Posted by Nevyn
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