13 lines
235 B
C
13 lines
235 B
C
//
|
|
// Created by zhu on 2024/1/31.
|
|
//
|
|
|
|
#ifndef H750_CJSON_CONTROL_ADJUSTMENT_H
|
|
#define H750_CJSON_CONTROL_ADJUSTMENT_H
|
|
#include "stdint.h"
|
|
#include "stdio.h"
|
|
void Control_St(uint8_t st_time);
|
|
|
|
|
|
#endif //H750_CJSON_CONTROL_ADJUSTMENT_H
|