forked from external-repos/ESP32-CAM-ONVIF
5 lines
97 B
C
5 lines
97 B
C
#pragma once
|
|
void motion_detection_init();
|
|
void motion_detection_loop();
|
|
bool motion_detected();
|