fix copyright year
[fw/altos] / src / usbrelay-v0.1 / ao_pins.h
index ed60486d16077a2789479da7e7bf36b308d9f20c..a72f6cc863fcd37b64fd56fac8759822e0914992 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright © 2015 Bdale Garbee <bdale@gag.com>
+ * Copyright © 2014 Bdale Garbee <bdale@gag.com>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
 
 #define LEDS_AVAILABLE         (AO_LED_RED|AO_LED_GREEN)
 
+/* RELAY */
+
+#define RELAY_PORT             0
+#define RELAY_PIN              3
+#define RELAY_BIT              (1 << RELAY_PIN)
+
 /* Kludge the SPI driver to not configure any
  * pin for SCK or MOSI
  */