Simulate PULSIN Problem

pilko

Senior Member
Hi everyone,
Just started playing with PULSIN on Programming Editor simulator. I cannot get the following code to work no matter how fast I operate the input 3 Sim Button. What am I doing wrong?

Main:
pulsin 3,1,w1
goto main
 

eclectic

Moderator
You'll need to use "Generic".

See Manual 1, p.54
"The ‘generic’ value operates in a similar manner (0-65535) and is used by the
following commands as the input value: count, pulsin, readadc10,
readtemp, readtemp12 etc."

e
 
Top