ep-pin-toggle 0.1.2

`embedded-profiling` implementation using a GPIO toggle
Documentation

ep-pin-toggle

An 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.

Documentation

Example Usage

An example usage can be found in embedded-profiling-examples.