Most parts of the menu structure are functional.
Error handler added Screens for warning, pause, FINISH etc yet to be added git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@255 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
#include "Display.h"
|
||||
|
||||
#include "platform.h"
|
||||
#include "Logger.h"
|
||||
#include "PCBA.h"
|
||||
#include "Version.h"
|
||||
|
||||
@@ -92,3 +93,14 @@ ErrorStatus hsb_generateStartScreen(struct Display* Display)
|
||||
}
|
||||
return returnValue;
|
||||
}
|
||||
|
||||
|
||||
ErrorStatus hsb_solenoidLock (void)
|
||||
{
|
||||
return GPIO_setValue(solenoid, false);
|
||||
}
|
||||
|
||||
ErrorStatus hsb_solenoidUnlock (void)
|
||||
{
|
||||
return GPIO_setValue(solenoid, true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user