DIY fertilizer mixer and plant watering machine https://www.xythobuz.de/giessomat.html
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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_