/** * @file main.h * @brief Excuting commands, resample data, triggle camera, and send data to valve * @author miaow (3703781@qq.com) * @version 1.1 * @date 2023/02/08 * * @copyright Copyright (c) 2022 miaow * * @par Changelog: * *
Date Version Author Description *
2022/01/16 1.0 miaow Write this file *
2023/02/08 1.1 miaow Add debug option for interval of camera triggle *
*/ #ifndef __MAIN_H #define __MAIN_H // #define DEBUG_CAMERA_TRIG_PERIOD // uncomment this to print the interval of camera triggle in the unit of usecond #endif