Calibration_Stand/backend/Inc/constants.h

14 lines
271 B
C
Raw Permalink Normal View History

2024-11-26 10:17:15 +07:00
#define SETTING_PRESSURE 8.0
#define PIN_NSS 8
#define PIN_RST 7
#define PIN_DIO0 25
#define PIN_KONCEVIK 17
#define PIN_AIR_INPUT 5
#define PIN_AIR_OUTPUT 6
#define PIN_Speaker 26
#define SerialDevice "/dev/ttyUSB0"
#define API_URL "http://192.168.122.120:3000/api/"