added lpf filter, pwm output
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
* Copyright 2022 Oleg Borodin <borodin@unix7.org>
|
||||
*/
|
||||
|
||||
#ifndef MISC_H_QWERTY
|
||||
#define MISC_H_QWERTY
|
||||
|
||||
double mapval(double imin, double imax, double omin, double omax, double in, bool inv);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user