Project

General

Profile

Statistics
| Branch: | Revision:

root / scout_avr / src / stepper.h @ 2853d46b

History | View | Annotate | Download (476 Bytes)

# Date Author Comment
2853d46b 01/17/2013 10:20 PM Thomas Mullins

Changed stepper to always step in step_sweep

Also added whole/half step as a separate setting, with a single
step_do_step function. Also added stepper to main.cpp.

ca9f6bd5 11/15/2012 10:02 PM Thomas Mullins

Some changes to the stepper library

A few bug fixes, and changed various values to use ms instead of us due
to integer overflow problems.

a07a0b55 11/04/2012 04:51 PM Julian Binder

wrote code for the stepper motor. Requires that the caller calls init with
the time that the function returned by the init function will be called.
then the user must call this function at the given constant time interval
this allows for sweep to work.
Library also allows for independent control of the stepper.