pwm uart gipo i2c
This commit is contained in:
12
3rd/lowpass_filter.h
Normal file
12
3rd/lowpass_filter.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef __LOWPASS_FILTER_H
|
||||
#define __LOWPASS_FILTER_H
|
||||
|
||||
|
||||
float Lowpassfilter(float Tf, float x);
|
||||
float Lowpassfilter_sim(float x);
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user