.
Dependencies: L432KC_SPI_Pey_Lal
toolbox.hpp
00001 #ifndef TOOLBOX_HPP 00002 #define TOOLBOX_HPP 00003 00004 #define PI 3.14159265358979323846 00005 00006 double limitToInterval(double value, double min, double max); 00007 float convertBytesToFloat(char *array, char startIndex); 00008 void convertFloatToBytes(float *f, char *array, char startIndex); 00009 00010 #endif
Generated on Thu Sep 15 2022 00:01:42 by
1.7.2