Project

General

Profile

Statistics
| Branch: | Revision:

scoutos / scout_avr / src / stepper.cpp @ 53349043

History | View | Annotate | Download (2.12 KB)

# Date Author Comment
53349043 04/30/2013 04:12 PM Thomas Mullins

Disabled stepper movement and cleaned up code a bit

daf6a575 02/11/2013 05:12 PM Thomas Mullins

Added position to published sonar messages

64aea12e 01/25/2013 08:33 PM Thomas Mullins

Added ENABLE output for stepper

This will hopefully solve the problem of the stepper heating excessively
and constantly using current.

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.

85dff67b 11/04/2012 05:28 PM Julian Binder

Modified to compile.

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.