Hi there, I'd like to be able to monitor the current output of my stepper motor to stop operating when it hits a certain value. Currently, I can set a current limit using setCurrentLimit(), however I cannot monitor the current output and am not sure how to read when the current limit has been reache...