added suicide pin for a power supply to the arduino that is only active if the arduino is holding high for an output.

This commit is contained in:
Bernhard
2012-01-15 17:06:10 +01:00
parent 3814bbb529
commit cee5f9020a
2 changed files with 35 additions and 4 deletions

View File

@@ -582,6 +582,7 @@
#define FAN_PIN 7
#define PS_ON_PIN 12
#define KILL_PIN -1
#define SUICIDE_PIN 54 //PIN that has to be turned on right after start, to keep power flowing.
#ifdef ULTRA_LCD