.

Dependencies:   L432KC_SPI_Pey_Lal

Revision:
115:156b8234f2de
Parent:
114:c1f7be27aa5d
--- a/toolbox.hpp	Wed May 18 16:12:59 2022 +0000
+++ b/toolbox.hpp	Wed May 18 18:07:09 2022 +0000
@@ -4,5 +4,7 @@
 #define PI 3.14159265358979323846
 
 double limitToInterval(double value, double min, double max);
+float convertBytesToFloat(char *array, char startIndex);
+void convertFloatToBytes(float *f, char *array, char startIndex);
 
 #endif
\ No newline at end of file