.

Dependencies:   L432KC_SPI_Pey_Lal

Revision:
113:2f8f255e99f2
Child:
114:c1f7be27aa5d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/toolbox.hpp	Tue May 17 22:44:42 2022 +0000
@@ -0,0 +1,6 @@
+#ifndef TOOLBOX_HPP
+#define TOOLBOX_HPP
+
+double limitToInterval(double value, double min, double max);
+
+#endif
\ No newline at end of file