config.h 198 B

12345678910
  1. #ifndef _CONFIG_H_
  2. #define _CONFIG_H_
  3. // hx711 config:
  4. #define HX711_SCK_PIN K1 // hx711 serial clock on K1 pin
  5. #define HX711_DATA_PIN K2 // hx711 seria data on K2 pin
  6. #endif // _CONFIG_H_