DIY fertilizer mixer and plant watering machine https://www.xythobuz.de/giessomat.html
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

config.h 368B

1234567891011121314151617
  1. #ifndef _CONFIG_H_
  2. #define _CONFIG_H_
  3. //#define DEBUG_WAIT_FOR_SERIAL_CONN
  4. #define DEBUG_ENABLE_LCD_OUTPUT_ON_SERIAL
  5. #define DEBUG_ENABLE_KEYPAD_INPUT_ON_SERIAL
  6. // in milliseconds
  7. #define DISPLAY_BACKLIGHT_TIMEOUT (5UL * 60UL * 1000UL)
  8. // in seconds
  9. #define MAX_TANK_FILL_TIME 10
  10. #define AUTO_PUMP_RUNTIME 5
  11. #define MAX_AUTO_PLANT_RUNTIME 15
  12. #endif // _CONFIG_H_