
Originally Posted by
studysession
I think I am following you but want to make sure. Could you expand with an example? THanks
ok
Code:
If PortA.1 = 1 THEN ' if logic high = true use pulldown to
'make untrue
Do something here !
else ' false this is where the pulldown does it's work.
Code:
If PortA.1 = 0 THEN ' If logic low is true use a pullup to
' make false
Do something here !Light an LED . . .
else ' False, again this is where pullup does it's job
Your code here . . . Say, turn off the LED
If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
.
Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
.
There simply is no "Happy Spam" If you do it you will disappear from this forum.
Bookmarks