feat: capteur-ultrason #27

Merged
Clement merged 2 commits from feat--capteur-ultrason into master 2023-04-24 08:47:14 +00:00
2 changed files with 4 additions and 0 deletions
Showing only changes of commit 2e4b24df10 - Show all commits

View File

@ -16,5 +16,8 @@ build_flags =
-D API_HOST=\"iot.epi.cb85.software\"
-D ULTRA_SOUND_TRIGD=12
-D ULTRA_SOUND_ECHO=13
-D EXAMPLE_NUMBER=69

View File

@ -38,6 +38,7 @@ monitor_flags =
lib_deps =
bportaluri/WiFiEsp@^2.2.2 ; gestion des commande 'AT' de l'esp01
arduino-libraries/Arduino_JSON@^0.2.0 ; gestion des json
ericksimoes/Ultrasonic@^3.0.0 ; lib capteur ultra son
; example:
; erropix/ESP32 AnalogWrite@^0.2