aboutsummaryrefslogtreecommitdiffstats
path: root/fw/system.h
diff options
context:
space:
mode:
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,