Images and explanation added.

This commit is contained in:
rhinemann 2025-10-14 20:00:07 +03:00
parent 3222df4919
commit 5a25af8037
5 changed files with 21 additions and 0 deletions

6
.idea/vcs.xml generated Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

15
Readme.md Normal file
View File

@ -0,0 +1,15 @@
# UART_clay
Це додаток до другої лабораторної роботи з Проєктування вбудованих систем.
Це клієнтський застосунок з графічним інтерфейсом розробленим за допомогою бібліотек SDL і Clay UI.
UART_clay використовує стандартні Лінукс-хедери для доступу до серіального порту (у моєму випадку "/dev/ttyUSB0") та його налаштування, що дозволяє користувачам керувати моєю UART-програмою графічно та бачити її відповіді.
Приклади виконання додатка можна бачити [тут](multimedia).
![](multimedia/app.png)
![](multimedia/app_modal.png)
![](multimedia/example.webm)

BIN
multimedia/app.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
multimedia/app_modal.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
multimedia/example.webm Normal file

Binary file not shown.