ep-pin-toggleAn implementation of the EmbeddedProfiler trait from [embedded-profiling].
Simply toggles the given GPIO rather than using a timer to profile. Useful when
you want to quickly profile a function using a logic analyzer or oscilloscope
in a resource constrained target.
An example usage can be found in embedded-profiling-examples.