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:
@@ -33,6 +33,8 @@
|
||||
|
||||
#include "stm32f10x.h"
|
||||
|
||||
#include "gpio.h"
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
// Constant and macro definitions
|
||||
// -----------------------------------------------------------------------------
|
||||
@@ -69,4 +71,33 @@ extern struct Display* const mainDisplay;
|
||||
* -----------------------------------------------------------------------------
|
||||
*/
|
||||
extern ErrorStatus hsb_generateStartScreen(struct Display* Display);
|
||||
|
||||
|
||||
/** ----------------------------------------------------------------------------
|
||||
* hsb_solenoidLock
|
||||
* Locks the solenoid
|
||||
*
|
||||
*
|
||||
* @return ErrorStatus SUCCESS if locking was successful
|
||||
* ERROR otherwise
|
||||
*
|
||||
* @todo
|
||||
* -----------------------------------------------------------------------------
|
||||
*/
|
||||
extern ErrorStatus hsb_solenoidLock (void);
|
||||
|
||||
|
||||
/** ----------------------------------------------------------------------------
|
||||
* hsb_solenoidUnlock
|
||||
* Unlocks the solenoid
|
||||
*
|
||||
*
|
||||
* @return ErrorStatus SUCCESS if locking was successful
|
||||
* ERROR otherwise
|
||||
*
|
||||
* @todo
|
||||
* -----------------------------------------------------------------------------
|
||||
*/
|
||||
extern ErrorStatus hsb_solenoidUnlock (void);
|
||||
|
||||
#endif /* HSB_MRTS_H_ */
|
||||
|
||||
Reference in New Issue
Block a user