#ifndef __PRESET_AI_H #define __PRESET_AI_H #include "at32f403a_407.h" typedef struct { float min; float max; float hist; uint8_t type; } preset_ai_t; #endif // __PRESET_AI_H