Fixed relay test

Added basic keypad test
Added tesla interlock


git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@246 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
swo
2017-10-10 14:02:32 +00:00
parent a688a6549a
commit a8dceb88a0
2 changed files with 83 additions and 15 deletions

View File

@@ -63,6 +63,8 @@ struct HwValidationMenuItems
struct Gpio* power6v5Enable;
struct Gpio* interlock1;
struct Gpio* interlock2;
struct Gpio* tesla1;
struct Gpio* tesla2;
struct Gpio* solenoid;
struct Gpio* mcp0Relay;
struct Gpio* mcp1Relay;
@@ -72,6 +74,7 @@ struct HwValidationMenuItems
struct Gpio* cat2Relay;
struct Gpio* teslaLock;
struct Pcba* pcba;
struct Keypad *keypad;
// struct Eeprom* eeprom; // Not implemented yet
};