Rename Servomatic.h to helpers.h
authorLukáš Jiřiště <jiriste@icpf.cas.cz>
Mon, 25 Nov 2024 09:20:03 +0000 (10:20 +0100)
committerLukáš Jiřiště <jiriste@icpf.cas.cz>
Mon, 25 Nov 2024 09:20:03 +0000 (10:20 +0100)
This is done to make discovery of implementations of function declared
in the header more intuitive.

Measurement.ino
Servomatic.ino
helpers.h [moved from Servomatic.h with 100% similarity]
helpers.ino

index 01259d237fd39813f7d98f6c468bceebfb53a6a6..5681b51e078045a40355c1aae88dfd19b20f94f7 100644 (file)
@@ -1,5 +1,5 @@
 #include "Measurement.h"
-#include "Servomatic.h"
+#include "helpers.h"
 
 Measurement::Measurement(const PressureSensor &sensor)
        : m_size{0}
index 688b007957e002c006a5ac09db2722ec7e968d82..7acfbd1af88141fffed7d849846ee02e2ce30bd1 100644 (file)
@@ -1,4 +1,4 @@
-#include "Servomatic.h"
+#include "helpers.h"
 #include "PressureSensor.h"
 #include "Valve.h"
 #include "CellValve.h"
similarity index 100%
rename from Servomatic.h
rename to helpers.h
index 30c1ec8fb9b5c89d84e59d63bbc9125595bd9fa3..accb6f1593fc5547e7f9e2842ee9ef914368707f 100644 (file)
@@ -1,4 +1,4 @@
-#include "Servomatic.h"
+#include "helpers.h"
 
 volatile int   interrupt_happened{0};