libpynq (release 5EWC0-2023 version 0.2.6 of 2025-11-10 09:56)
Loading...
Searching...
No Matches
stepper.h File Reference
#include <stdbool.h>
#include <stdint.h>
Include dependency graph for stepper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void stepper_init (void)
 
void stepper_destroy (void)
 
void stepper_enable (void)
 
void stepper_disable (void)
 
void stepper_reset (void)
 
void stepper_set_speed (uint16_t left, uint16_t right)
 
void stepper_steps (int16_t left, int16_t right)
 
void stepper_get_steps (int16_t *left, int16_t *right)
 
bool stepper_steps_done (void)