/
nkarbofos
/
PressAutomation
Обзор
Документация
Войти
/
nkarbofos
/
PressAutomation
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
code/PressAutomationCode/include/motor.h
5 строк
154 B
Nikita
fix: minor fixes, added params to display
25 июн 2026, 13:58
25 июн 2026, 13:58
ab77611
Код
Авторство
О чём код?
#pragma once void initMotors(); int rotateMotorSteps(int stepPin, int dirPin, int enPin, int steps, bool clockwise, bool isValve); void disableMotors();