3. 1.2 Installation de PlatformIO sur VS Code
3.3. Étape 3 — Créer un nouveau projet
Cliquer sur l'icône PlatformIO (fourmi) dans la barre latérale → New Project :
- Name : hello-zacus
- Board : Espressif ESP32-S3-DevKitC-1
- Framework : Arduino
- Location : décocher "Use default location" si nécessaire
PlatformIO génère un projet avec la structure suivante :
hello-zacus/
├── platformio.ini ← configuration du projet
├── src/
│ └── main.cpp ← code principal
├── include/ ← headers locaux
├── lib/ ← bibliothèques locales
└── .pio/ ← build artifacts (ignoré par git)