Crates.io | syact |
lib.rs | syact |
version | 0.13.7 |
source | src |
created_at | 2023-07-03 20:42:48.5799 |
updated_at | 2024-05-25 12:10:05.911543 |
description | A library to control motors (mainly stepper motors) and components, read data from sensors and more |
homepage | |
repository | https://github.com/SamuelNoesslboeck/syact |
max_upload_size | |
id | 907431 |
size | 151,401 |
Note
Many aspects of the library (for example the documentation) are not fully finished yet! (Though I try to update it as frequent as possible)
A library for all types of components used in robots, including controlls for stepper motors, servo motors and more complex assemblies using said motors. Currently all implementations are made for the raspberry pi, though new implementations for more controllers are currently being made.
Let us assume we want to control a simple stepper motor (in this example a 17HE15_1504_S) with a PWM controller connected to the BCM pins 27 and 19 (e.g. on a raspberry).
TODO: NEW EXAMPLE
If you encounter any issues or if you have any request for new features, feel free to create an issue at the GitHub repo.