uStepper S
|
Function and class implementation for the uStepper S library. More...
#include <uStepperS.h>
Go to the source code of this file.
Functions | |
void | interrupt1 (void) |
Used by dropin feature to take in enable signal. More... | |
void | interrupt0 (void) |
Used by dropin feature to take in step pulses. More... | |
void | TIMER1_COMPA_vect (void) |
Variables | |
uStepperS * | pointer |
Function and class implementation for the uStepper S library.
This file contains class and function implementations for the library.
Definition in file uStepperS.cpp.
void interrupt0 | ( | void | ) |
Used by dropin feature to take in step pulses.
This interrupt routine is used by the dropin feature to keep track of step and direction pulses from main controller
Definition at line 558 of file uStepperS.cpp.
void interrupt1 | ( | void | ) |
Used by dropin feature to take in enable signal.
This interrupt routine is used by the dropin feature to keep track of enable signal from main controller
Definition at line 546 of file uStepperS.cpp.
void TIMER1_COMPA_vect | ( | void | ) |
Definition at line 593 of file uStepperS.cpp.
uStepperS* pointer |
Definition at line 34 of file uStepperS.cpp.