See HIGH on one BS2 from another
HI,
···· This should be easy but I can't seem to get it. I want to put a HIGH on say PIN 7 on one BS2 and check for that HIGH on another BS2. I have the pins connected with two 470ohm resistors. What I am I doing wrong.
···· This should be easy but I can't seem to get it. I want to put a HIGH on say PIN 7 on one BS2 and check for that HIGH on another BS2. I have the pins connected with two 470ohm resistors. What I am I doing wrong.
Comments
If you have two pins connected together on two BASIC Stamps, then why are there two resistors? Typically the pin on BS2-A would go through a resistor to the pin on BS2-B. Is this not how you have it connected?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·"If you build it, they will come."
MASTER
HIGH PIN7
SLAVE
DO UNTIL PIN7:LOOP
Master:
HIGH 7
Slave:
INPUT 4
wait:IF IN4=0 THEN wait
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·"If you build it, they will come."