Calibration_Stand/controllers/Src/stend_controller.c

14 lines
186 B
C
Raw Normal View History

2024-11-26 10:17:15 +07:00
#include "../../backend/Inc/stend_logic.h"
void _ResetPressure(){
release_pressure();
}
2025-04-14 17:36:33 +07:00
void _CloseSerial(){
close_Serial();
}
2025-07-29 13:19:47 +07:00
void _ReprintSticker(){
reprintSticker();
}
2024-11-26 10:17:15 +07:00