I’ve written a code where I control some functionality at the pin0, continuously toggling pin0 on and off, which causes it to flash rapidly. This behavior is due to a custom block I’ve created, and I cannot alter the functionality within this block as other approaches are not feasible.
I am exploring whether it is possible to modify the simulator to change the behavior of pin0. Specifically, I want to prevent the flashing of pin0 in the simulator when users employ my custom block. Is it possible to make such changes to the simulator? If so, what approach should I take to implement this?
Thanks