Specify library dependencies in library.properties
Specifying the library dependencies in the depends field of library.properties causes the Arduino Library Manager (Arduino IDE 1.8.10 and newer) to offer to install any missing dependencies during installation of this library. "arduino-cli lib install" will automatically install the dependencies (arduino-cli 0.7.0 and newer).
This commit is contained in:
		
							parent
							
								
									d2502913d5
								
							
						
					
					
						commit
						5e512db17d
					
				| 
						 | 
				
			
			@ -8,3 +8,4 @@ category=Device Control
 | 
			
		|||
url=http://www.hamshield.com
 | 
			
		||||
architectures=*
 | 
			
		||||
includes=packet.h, SimpleFIFO.h, KISS.h
 | 
			
		||||
depends=HamShield, DDS
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue