From 8543b0f9df2e527cb242d0629d5b5574c0d76d30 Mon Sep 17 00:00:00 2001 From: Marc Sunet Date: Thu, 1 Dec 2022 10:38:12 -0800 Subject: Move arduino program to rpmcount folder and rename cc files to cpp as the IDE expects. --- arduino/config.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 arduino/config.h (limited to 'arduino/config.h') diff --git a/arduino/config.h b/arduino/config.h deleted file mode 100755 index cb3bf93..0000000 --- a/arduino/config.h +++ /dev/null @@ -1,12 +0,0 @@ -#pragma once - -struct Config -{ - unsigned long startDelay; // Start delay in milliseconds - unsigned long rpmCount; // Number of RPM ticks to count - unsigned long signalsPerRPM; // Number of signal ticks per RPM tick -}; - -const Config& readConfig (); - -void writeConfig (const Config&); -- cgit v1.2.3