Обновление скрипта сборки и эмулятора

This commit is contained in:
Maxim
2026-06-11 10:39:52 +03:00
parent 2dc1bb647f
commit 87ab5d48de
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
"""
# Создание сокета mkfifo /tmp/gpio_pipe
# Необходим файл с данными, например array.txt. Формат записи данных [0xE0, 0x01, 0x4C, 0x88]
# Запуск python3 emulator.py array.txt /tmp/gpio_pipe
"""
import sys
import time
import ast