Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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