#pragma once void motion_detection_init(); void motion_detection_loop(); bool motion_detected();