This commit is contained in:
Kseninia Mikhaylova 2024-10-09 09:12:13 +03:00
parent d85ff8ace8
commit ead66c54dc
1 changed files with 4 additions and 4 deletions

View File

@ -16,11 +16,11 @@ bgp, 2023
#define RELAY 10 // d10 ключ для отключения терминала и двигателя в ночное время
#define BTN_PIN2 11 // кнопка настройки
#define STEPPER_SPEED 100 * 1
#define STEPPER_REV 200 * 4 * 1
#define STEPPER_SPEED 150
#define STEPPER_REV 800
#define STEPPER_DELAY 1000
#define GROOVE_COUNT 1
#define GEAR 4
#define GROOVE_COUNT 3
#define GEAR 4*3.857
// =========================================================
#include <EEPROM.h>