#include void control(void) { camera_take_photo(0); Sleep(3); camera_take_photo(1); Sleep(3); camera_take_photo(2); }