mirror of
https://github.com/John-Varghese-EH/ESP32-CAM-ONVIF.git
synced 2025-11-11 16:26:22 +00:00
5 lines
97 B
C
5 lines
97 B
C
#pragma once
|
|
void motion_detection_init();
|
|
void motion_detection_loop();
|
|
bool motion_detected();
|