CARIA.2.2

Update for the final presentation
huge change with previous version
This commit is contained in:
ccunatbrule
2024-09-03 12:17:44 +02:00
parent ebcb596a4f
commit 2ddf2360e6
44 changed files with 7080 additions and 657 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/bash
# Naviguer vers le répertoire du module MFRC522
cd modules/MFRC522-python
# Installer le module MFRC522
sudo python3 setup.py install
# Confirmation de l'installation
echo "Installation du module MFRC522 terminée."