mirror of
				https://github.com/eclipse/upm.git
				synced 2025-10-31 15:15:07 +03:00 
			
		
		
		
	Button: Removed grove dependency
* Renamed all files from groverrotary to rotary
    * Replaced all instances of groverrotary with rotary
    * Updated all CMake files
Signed-off-by: Sisinty Sasmita Patra <sisinty.s.patra@intel.com>
			
			
This commit is contained in:
		 Sisinty Sasmita Patra
					Sisinty Sasmita Patra
				
			
				
					committed by
					
						 Noel Eck
						Noel Eck
					
				
			
			
				
	
			
			
			 Noel Eck
						Noel Eck
					
				
			
						parent
						
							6a6a572069
						
					
				
				
					commit
					3753a1be5c
				
			| @@ -24,7 +24,7 @@ import time | ||||
| import pyupm_grove as grove | ||||
| 
 | ||||
| # Create the button object using GPIO pin 0 | ||||
| button = grove.GroveButton(0) | ||||
| button = grove.Button(0) | ||||
| 
 | ||||
| # Read the input and print, waiting one second between readings | ||||
| while 1: | ||||
		Reference in New Issue
	
	Block a user