源程序清单主程序·#include "delay.h"#include "key.h"#include "sys.h"#include "usart.h" #include "math.h"#include "string.h"#include "oled.h"#include "beep.h"#include "ds1302.h"#include "rc522.h"#define SAVE_LEN 10uint8_t clock_in_state[SAVE_LEN] = {0};time_s start_time[SAVE_LEN] = {0};time_s end_time[SAVE_LEN] = {0};uint8_t job_num[SAVE_LEN][4] = {0};uint8_t sn[SAVE_LEN][4] = {0};uint8_t save_flag[SAVE_LEN] = {0};int8_t temp_job_num[4] = {0};uint8_t temp_sn[4];uint8_t screen = 0;uint8_t...
发表评论取消回复