Fixed comments

git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@409 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
mmi
2017-12-18 14:32:51 +00:00
parent e92304755c
commit 0fb4fa7deb
11 changed files with 451 additions and 62 deletions

View File

@@ -55,10 +55,9 @@
/** ----------------------------------------------------------------------------
* CoverSolenoid_construct
* Constructor for a CoverSolenoid
* Constructor for the CoverSolenoid
*
* @param self
* @param solenoidGpio
* @param solenoidGpio The GPIO to use
* @return ErrorStatus
*
@@ -71,10 +70,8 @@ extern ErrorStatus CoverSolenoid_construct(struct Gpio* solenoidGpio);
/** ----------------------------------------------------------------------------
* CoverSolenoid_destruct
* Destructor for a CoverSolenoid
*
* @param self
* @return ErrorStatus
* @return void
*
* @todo
* -----------------------------------------------------------------------------
@@ -86,8 +83,6 @@ extern void CoverSolenoid_destruct(void);
* CoverSolenoid_unlock
* Opens the CoverSolenoid
*
* @param self
*
* @return ErrorStatus
*
* @todo
@@ -100,8 +95,6 @@ extern ErrorStatus CoverSolenoid_unlock(void);
* CoverSolenoid_lock
* Closes the CoverSolenoid
*
* @param self
*
* @return ErrorStatus
*
* @todo
@@ -112,10 +105,8 @@ extern ErrorStatus CoverSolenoid_lock(void);
/** ----------------------------------------------------------------------------
* CoverSolenoid_getGpio
* Description of function
* returns the GPIO that is used as CoverSolenoid
*
* @param
* @param
* @return struct Gpio*
*
* @todo