Write a simple sketch that sourced current into a load.
Vary the load, vary the on time.
PORTC = B00000001;
delayMicroseconds(10);
PORTC = B00000000;
With digital scope, capture it one time.
Or put it in a for loop and watch it repeat, see if it changes over time.