Curious on how you could implement inverting logic in GCBasic? Or perhaps some assembler commands that would do the same.
The most efficient would be to convert a Pulseout so that a dataline could be pulled low for X amount of time. Or perhaps another way would be Set dataline low for X period, and then set dataline in a high Z state afterwards. The dataline would be an open drain output (tri-state) pin on the Pic.
Thanks for any suggestions.
Kent
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Curious on how you could implement inverting logic in GCBasic? Or perhaps some assembler commands that would do the same.
The most efficient would be to convert a Pulseout so that a dataline could be pulled low for X amount of time. Or perhaps another way would be Set dataline low for X period, and then set dataline in a high Z state afterwards. The dataline would be an open drain output (tri-state) pin on the Pic.
Thanks for any suggestions.
Kent
O.K. got it now.
Kent