12 lines
174 B
C
12 lines
174 B
C
//
|
|
// Created by IRIS on 25-2-12.
|
|
//
|
|
|
|
#ifndef DATA_ANALYSE_H
|
|
#define DATA_ANALYSE_H
|
|
#include "mymain.h"
|
|
|
|
void sgi(uint16_t *data, uint16_t *result);
|
|
|
|
#endif //DATA_ANALYSE_H
|