Added Interlock
Fixed PID regulation functionality git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@250 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
@@ -61,10 +61,10 @@ struct HwValidationMenuItems
|
||||
struct Adc* internalADC; // Internal ADC with channel array
|
||||
struct MAX5715* externalDAC; // External DAC with channel array
|
||||
struct Gpio* power6v5Enable;
|
||||
struct Gpio* interlock1;
|
||||
struct Gpio* interlock2;
|
||||
struct Gpio* tesla1;
|
||||
struct Gpio* tesla2;
|
||||
struct Gpio* interlockNO;
|
||||
struct Gpio* interlockNC;
|
||||
struct Gpio* teslaNO;
|
||||
struct Gpio* teslaNC;
|
||||
struct Gpio* solenoid;
|
||||
struct Gpio* mcp0Relay;
|
||||
struct Gpio* mcp1Relay;
|
||||
@@ -72,7 +72,6 @@ struct HwValidationMenuItems
|
||||
struct Gpio* cat0Relay;
|
||||
struct Gpio* cat1Relay;
|
||||
struct Gpio* cat2Relay;
|
||||
struct Gpio* teslaLock;
|
||||
struct Pcba* pcba;
|
||||
struct Keypad *keypad;
|
||||
// struct Eeprom* eeprom; // Not implemented yet
|
||||
|
||||
Reference in New Issue
Block a user