Files
Last update 7 years 7 months
by
ivanfeofanov
Filesrobotutils | |
---|---|
.. | |
tree_menu | |
correlation_filter.cpp | |
correlation_filter.h | |
map.cpp | |
map.h | |
pid.cpp | |
pid.h | |
stack.h |
map.h#ifndef MAP_H #define MAP_H #include <stdint.h> uint16_t map(uint16_t src, uint16_t src_min, uint16_t src_max, uint16_t dst_min, uint16_t dst_max); #endif