-
### Checklist
- [X] I made sure that there are **no existing issues** - [open](https://github.com/FossifyOrg/Clock/issues) or [closed](https://github.com/FossifyOrg/Clock/issues?q=is%3Aissue+is%3Ac…
-
Add an icon field to the `GuideCategory` model on the BE side. We will store the icon's name in that field.
Here is an example of the object for the guide category from BE.
```json
{
"key": "na…
-
Hi, I got a lot of inspiration from my watch. You can do more various things by linking your wristwatch and smartphone with ESP32. I have a similar function.
# 1. Notification
It informs the …
-
-
# Planned Features
We're adding an `rv3028.py` to the CircuitPython lib folder and folding in use of the Real Time Clock into `pysquared.py`.
The primary things we want it to accomplish are as fo…
-
Add Alarm Functionality with GUI
Description:
We need to add an alarm functionality to our application with a graphical user interface (GUI) for setting the alarm time. The alarm should allow us…
-
When the farmer goes to bed, they can set a time to wake up the next day. They can also set schedules for each day like wake up at 9.00 am only on Mon, Wed, Fri and 11.00 am on Sat, Sun for example.
-
It would be nice to automatically launch a radio channel at a specific time (as an alarm clock).
I don't know if it's easy with sailfish to create something like a cron to launch the app, but a first…
-
@SamarthTech I’d love to contribute to your digital clock project by improving the GUI with features like customizable themes, alarm/timer functions, and adding a date or weather display for a more dy…
-
### 👀 관련 이슈
#6 기존 설계 단계에서 `sema_up()`, `sema_down()`을 이용해 임계영역을 설정했었습니다.. 하지만 예상치 못한 동기화 오류가 발생했습니다.
### ✨ 작업한 내용
`semaphore`을 이용하지 않고, `block()`,`unblock()` 을 이용해 스레드의 상태를 직접적으로 변경해주었습니다.
…