diff options
author | Marc Sunet <msunet@shellblade.net> | 2022-12-01 10:38:12 -0800 |
---|---|---|
committer | Marc Sunet <msunet@shellblade.net> | 2022-12-01 10:38:12 -0800 |
commit | 8543b0f9df2e527cb242d0629d5b5574c0d76d30 (patch) | |
tree | 2d7e76478017cea9972afe8450e1213bc38d3a05 /arduino/config.h | |
parent | e62be3b12d3c94d709a77d89f52c31f7c4ac475d (diff) |
Diffstat (limited to 'arduino/config.h')
-rwxr-xr-x | arduino/config.h | 12 |
1 files changed, 0 insertions, 12 deletions
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 @@ | |||
1 | #pragma once | ||
2 | |||
3 | struct Config | ||
4 | { | ||
5 | unsigned long startDelay; // Start delay in milliseconds | ||
6 | unsigned long rpmCount; // Number of RPM ticks to count | ||
7 | unsigned long signalsPerRPM; // Number of signal ticks per RPM tick | ||
8 | }; | ||
9 | |||
10 | const Config& readConfig (); | ||
11 | |||
12 | void writeConfig (const Config&); | ||