Basicly I am trying to tie in a microcontroller do automate some functions on a piece of equipment. Each "button" has two contacts. 1 side of each tie in together. I originally though maybe this was a shared ground. It is aparently not.

So that shared trace goes to the is where a signal is sent to tell the equipment what to do. The other trace is the one with the signal on it.

When I use "let gpio.3 = gpio.1" and then tell it "high 1" it works but I can't get it to "pause" to try and send another function to it. I am basicly trying to create a macro. When I try and use the "pause" command it does functions that I never tied in to. This is why I think it is a pulse. ( I was cutting the signal off too early or too late)


Isn't the default for Pulsin's max 65535 @4mhz? If anything I would need to give it a high max not a lower one right?