.

Dependencies:   L432KC_SPI_Pey_Lal

Revision:
114:c1f7be27aa5d
Parent:
113:2f8f255e99f2
Child:
115:156b8234f2de
--- a/toolbox.hpp	Tue May 17 22:44:42 2022 +0000
+++ b/toolbox.hpp	Wed May 18 16:12:59 2022 +0000
@@ -1,6 +1,8 @@
 #ifndef TOOLBOX_HPP
 #define TOOLBOX_HPP
 
+#define PI 3.14159265358979323846
+
 double limitToInterval(double value, double min, double max);
 
 #endif
\ No newline at end of file