#include <WickedMotorShield.h>
|
static uint32_t | getRCIN (uint8_t rc_input_number, uint32_t timeout=0) |
|
static uint8_t | version (void) |
|
uint8_t | get_shift_register_value (uint8_t motor_number) |
|
void | apply_mask (uint8_t *shift_register_value, uint8_t mask, uint8_t operation) |
|
uint8_t | filter_mask (uint8_t shift_register_value, uint8_t mask) |
|
void | set_shift_register_value (uint8_t motor_number, uint8_t value) |
|
void | load_shift_register (void) |
|
uint8_t | get_motor_directionM (uint8_t motor_number) |
|
uint8_t | get_motor_brakeM (uint8_t motor_number) |
|
void | setSpeedM (uint8_t motor_number, uint8_t pwm_val) |
|
void | setDirectionData (uint8_t motor_number, uint8_t direction) |
|
void | setBrakeData (uint8_t motor_number, uint8_t brake_type) |
|
static uint8_t | M1_PWM_PIN = 11 |
|
static uint8_t | M6_PWM_PIN = 3 |
|
static uint8_t | old_dir [6] = {0,0,0,0,0,0} |
|
Definition at line 234 of file WickedMotorShield.h.
◆ Wicked_Stepper()
Wicked_Stepper::Wicked_Stepper |
( |
uint16_t |
number_of_steps, |
|
|
uint8_t |
m1, |
|
|
uint8_t |
m2, |
|
|
uint8_t |
use_alternate_pins = 0 |
|
) |
| |
◆ setSpeed()
void Wicked_Stepper::setSpeed |
( |
uint32_t |
speed | ) |
|
◆ step()
void Wicked_Stepper::step |
( |
int16_t |
number_of_steps | ) |
|
◆ stepMotor()
void Wicked_Stepper::stepMotor |
( |
int |
this_step | ) |
|
|
private |
◆ direction
uint8_t Wicked_Stepper::direction |
|
private |
◆ last_step_time
uint32_t Wicked_Stepper::last_step_time |
|
private |
◆ m1
uint8_t Wicked_Stepper::m1 |
|
private |
◆ m2
uint8_t Wicked_Stepper::m2 |
|
private |
◆ number_of_steps
uint16_t Wicked_Stepper::number_of_steps |
|
private |
◆ speed
uint16_t Wicked_Stepper::speed |
|
private |
◆ step_delay
uint32_t Wicked_Stepper::step_delay |
|
private |
◆ step_number
uint16_t Wicked_Stepper::step_number |
|
private |
The documentation for this class was generated from the following files: