Quote:
Originally Posted by forgottenmindset
Hey now I'd be back where I started if I put that all back in!...
I need to get it under 1 millisecond, but mabey that's not possible?
|
I just said how to do it
change:
addEvent(enableVSSID,2 ); //check back in a couple milli
to:
enableVSS()
this will call enableVSS immediately instead of 2ms later (or 1 or whatever you currently have in the second parameter).