Files
CAN-IO/Test2/Core/Inc/math.h
v0stap bd00d0025d test
2026-04-03 16:34:46 +02:00

15 lines
348 B
C
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/*
* 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_ */