1

Dependencies:   mcp2515 mbed-dev-f303

Committer:
yezhong
Date:
Tue Mar 22 02:03:58 2022 +0000
Revision:
7:1ab9699af5ae
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 */