I don't see any change in your schematic.
All the same, if you are using A0, then the pin definition should be
const int PulseWire = A0;
A0 cannot be assumed to equal 0.
I don't see any change in your schematic.
All the same, if you are using A0, then the pin definition should be
const int PulseWire = A0;
A0 cannot be assumed to equal 0.