This commit is contained in:
v0stap
2026-04-03 16:34:46 +02:00
commit bd00d0025d
139 changed files with 132443 additions and 0 deletions

14
Test2/Core/Inc/math.h Normal file
View File

@@ -0,0 +1,14 @@
/*
* math.h
*
* Created on: 2 февр. 2026г.
* Author: v0stap
*/
#ifndef INC_MATH_H_
#define INC_MATH_H_
uint16_t map16_t(uint16_t x, uint16_t in_min, uint16_t in_max, uint16_t out_min, uint16_t out_max);
uint16_t LPF(unsigned short lpf_c, unsigned short value, unsigned short old_value);
#endif /* INC_MATH_H_ */