[Tinyos-beta-commits] CVS: tinyos-1.x/beta/platform/pxa27x HPLUSBClientGPIO.nc, 1.2, 1.3

Josh jsherbach at users.sourceforge.net
Fri Sep 2 16:28:41 PDT 2005


Update of /cvsroot/tinyos/tinyos-1.x/beta/platform/pxa27x
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23757

Modified Files:
	HPLUSBClientGPIO.nc 
Log Message:
Interface for accessing platform dependant GPIOs needed for using a PXA27X processor as a USB client

Index: HPLUSBClientGPIO.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/platform/pxa27x/HPLUSBClientGPIO.nc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** HPLUSBClientGPIO.nc	1 Sep 2005 18:17:26 -0000	1.2
--- HPLUSBClientGPIO.nc	2 Sep 2005 23:28:38 -0000	1.3
***************
*** 1,34 ****
! /*
!  *
!  * Routines that abstract the necessary GPIO operations for USBClient
!  * controllers.
!  *
!  */
! 
! interface HPLUSBClientGPIO {
! 
!   /**
!    * Initialization
!    *
!    * @return SUCCESS always.
!    */
! 
!   async command result_t init();
! 
!   /**
!    * Disable
!    *
!    * @return SUCCESS always.
!    */
! 
!   async command result_t stop();
! 
!   /**
!    * Checks whether the device is connected to a USB host
!    *
!    * @return SUCCESS if connected, FAIL otherwise
!    */
! 
!   async command result_t checkConnection();
! 
! }
--- 1,37 ----
! /*
!  *
!  * Routines that abstract the necessary GPIO operations for USBClient
!  * controllers.
!  *
!  * Author:		Josh Herbach
!  * Revision:	1.0
!  * Date:		09/02/2005
!  */
! 
! interface HPLUSBClientGPIO {
! 
!   /**
!    * Initialization
!    *
!    * @return SUCCESS always.
!    */
! 
!   async command result_t init();
! 
!   /**
!    * Disable
!    *
!    * @return SUCCESS always.
!    */
! 
!   async command result_t stop();
! 
!   /**
!    * Checks whether the device is connected to a USB host
!    *
!    * @return SUCCESS if connected, FAIL otherwise
!    */
! 
!   async command result_t checkConnection();
! 
! }



More information about the Tinyos-beta-commits mailing list