checked in missing file
git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@240 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
@@ -81,4 +81,20 @@ struct Pcba
|
||||
*/
|
||||
extern struct Pcba* PCBA_getInstance(void);
|
||||
|
||||
|
||||
/** ----------------------------------------------------------------------------
|
||||
* PCBA_setIO
|
||||
* Sets the IO used for PCBA detection
|
||||
*
|
||||
* @param A0 Input 0
|
||||
* @param A1 Input 1
|
||||
*
|
||||
* @return ErrorStatus SUCCESS if setting was successful
|
||||
* ERROR otherwise
|
||||
*
|
||||
* @todo
|
||||
* -----------------------------------------------------------------------------
|
||||
*/
|
||||
extern ErrorStatus PCBA_setIO(T_PL_GPIO* A0, T_PL_GPIO* A1);
|
||||
|
||||
#endif /* PCBA_H_ */
|
||||
|
||||
Reference in New Issue
Block a user