What is the difference between:
1.
HIGH portx.n
pause 10
LOW portx.n
2.
portx.n = 1
pause 10
portx.n = 0
3.
PULSEOUT portx.n, 1000
???
Klaus
What is the difference between:
1.
HIGH portx.n
pause 10
LOW portx.n
2.
portx.n = 1
pause 10
portx.n = 0
3.
PULSEOUT portx.n, 1000
???
Klaus
Bookmarks