Initial commit

This commit is contained in:
eka
2025-07-27 22:42:47 +05:00
commit 135b091567
20 changed files with 426 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# ARM
## Подготовка VENV
python -m venv venv
source venv/bin/activate
# Установка зависимостей
pip install --only-binary spidev -r requirements.txt