diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-11-10 14:20:19 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-11-10 14:20:19 -0500 |
| commit | a406e4031c7f55c626e1e2cf984a8c71b7ab1abf (patch) | |
| tree | aefa1968233ac918127e8a79be5c52f8573fc3d4 /fw/system.h | |
| parent | a6e3d75253dd4b93edc555f3fee228d9868bc6c2 (diff) | |
| download | can-gauge-interface-a406e4031c7f55c626e1e2cf984a8c71b7ab1abf.zip | |
generate tachometer signal
Diffstat (limited to 'fw/system.h')
| -rw-r--r-- | fw/system.h | 4 |
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, |