2025-02-19 14:46:14 +08:00
|
|
|
//
|
|
|
|
// Created by IRIS on 25-2-7.
|
|
|
|
//
|
|
|
|
|
|
|
|
#ifndef COMMUNICATION_H
|
|
|
|
#define COMMUNICATION_H
|
|
|
|
#include "mymain.h"
|
|
|
|
|
|
|
|
void Send_Shutter_Time(uint32_t shutter_time);
|
2025-03-06 17:37:06 +08:00
|
|
|
uint32_t Opt_Snenser(int persent, uint16_t *data,uint32_t Size);
|
2025-02-19 14:46:14 +08:00
|
|
|
#endif //COMMUNICATION_H
|