aboutsummaryrefslogtreecommitdiffstats
path: root/fw/system.h
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-11-10 14:20:19 -0500
committerSam Anthony <sam@samanthony.xyz>2025-11-10 14:20:19 -0500
commita406e4031c7f55c626e1e2cf984a8c71b7ab1abf (patch)
treeaefa1968233ac918127e8a79be5c52f8573fc3d4 /fw/system.h
parenta6e3d75253dd4b93edc555f3fee228d9868bc6c2 (diff)
downloadcan-gauge-interface-a406e4031c7f55c626e1e2cf984a8c71b7ab1abf.zip
generate tachometer signal
Diffstat (limited to 'fw/system.h')
-rw-r--r--fw/system.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/fw/system.h b/fw/system.h
index acd59df..897a4b4 100644
--- a/fw/system.h
+++ b/fw/system.h
@@ -3,6 +3,10 @@
#include "fixed_address_memory.h"
+// Pins
+#define TACH_PIN RC3
+#define TACH_TRIS TRISC3
+
// TRIS
enum {
OUT = 0,