preset_ai.h 199 B

123456789101112131415161718
  1. #ifndef __PRESET_AI_H
  2. #define __PRESET_AI_H
  3. #include "at32f403a_407.h"
  4. typedef struct
  5. {
  6. float min;
  7. float max;
  8. float hist;
  9. uint8_t type;
  10. } preset_ai_t;
  11. #endif // __PRESET_AI_H