motion_detection.h

This commit is contained in:
John Varghese
2025-06-03 18:50:56 +05:30
committed by GitHub
parent b630985dc9
commit dbbd574ce6

View File

@@ -0,0 +1,4 @@
#pragma once
void motion_detection_init();
void motion_detection_loop();
bool motion_detected();