Is it possible to pass through a signal unprocessed ?
jbalat
Posts: 96
Ok here is the scenerio...
I have a square wave coming in on pin7 at frequency 1 which I read with pulsin
I then output it via the pwmpal on pin12 at a slightly reduced frequency via Pin12
Because of the speed of the bs2p once the input frequency gets too high (ie above 200Hz) there is too much lag..
At that point and above I just wanted to pass the original wave out from pin7 through to pin12 without processing ?
I have a square wave coming in on pin7 at frequency 1 which I read with pulsin
I then output it via the pwmpal on pin12 at a slightly reduced frequency via Pin12
Because of the speed of the bs2p once the input frequency gets too high (ie above 200Hz) there is too much lag..
At that point and above I just wanted to pass the original wave out from pin7 through to pin12 without processing ?
Comments
-Phil
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Tracy Allen
www.emesystems.com
The POLLxx command sounds very intruiging..I'm just trying to think how I can use it to speed up my program.