diff options
| author | Abdellah El Morabit <nsrddyn@gmail.com> | 2024-11-29 13:24:16 +0100 |
|---|---|---|
| committer | Abdellah El Morabit <nsrddyn@gmail.com> | 2024-11-29 13:24:16 +0100 |
| commit | fdd3b103bb209045123693cd60149b951c7b2be8 (patch) | |
| tree | 1019543e2db0ec535f9a76c9f8527fa0ef299caa /source | |
| parent | 446f3d4742f88b09c85e83e96f6505cd3f6302c5 (diff) | |
rewritten the source of the application
Diffstat (limited to 'source')
| -rw-r--r-- | source/hardware_driver.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/hardware_driver.py b/source/hardware_driver.py index 671ff4e..5879462 100644 --- a/source/hardware_driver.py +++ b/source/hardware_driver.py | |||
| @@ -124,6 +124,9 @@ def custom_greeting(): | |||
| 124 | time.sleep(3) | 124 | time.sleep(3) |
| 125 | lcd_instance.clear() | 125 | lcd_instance.clear() |
| 126 | 126 | ||
| 127 | def joke_of_the_day(): | ||
| 128 | pass | ||
| 129 | |||
| 127 | def pomodoro(): | 130 | def pomodoro(): |
| 128 | try: | 131 | try: |
| 129 | duration_minutes = int(input("Enter duration in minutes: ")) | 132 | duration_minutes = int(input("Enter duration in minutes: ")) |
