1

Dependencies:   mcp2515 mbed-dev-f303

Committer:
yezhong
Date:
Fri Jun 24 01:13:03 2022 +0000
Revision:
6:7d2743feaf23
Parent:
4:2503c88a564f
1

Who changed what in which revision?

UserRevisionLine numberNew contents of line
yezhong 4:2503c88a564f 1 #ifndef __Moving_Average_H
yezhong 4:2503c88a564f 2 #define __Moving_Average_H
yezhong 4:2503c88a564f 3
yezhong 4:2503c88a564f 4
yezhong 4:2503c88a564f 5 float Moving_Average(unsigned int NN, float *FILTER, float Source);
yezhong 4:2503c88a564f 6
yezhong 4:2503c88a564f 7
yezhong 4:2503c88a564f 8
yezhong 4:2503c88a564f 9 #endif /* __Moving_Average_H */