mirror of
				https://github.com/Pablo2048/Interval.git
				synced 2025-10-31 00:12:36 +01:00 
			
		
		
		
	Soubory pro PlatformIO
This commit is contained in:
		
							
								
								
									
										22
									
								
								library.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								library.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,22 @@ | |||||||
|  | { | ||||||
|  |   "name":"Interval", | ||||||
|  |   "description":"Make timing by using intervals instead of delay()", | ||||||
|  |   "keywords":"interval,delay", | ||||||
|  |   "authors": | ||||||
|  |   { | ||||||
|  |     "name": "Pavel Brychta", | ||||||
|  |     "maintainer": true | ||||||
|  |   }, | ||||||
|  |   "repository": | ||||||
|  |   { | ||||||
|  |     "type": "git", | ||||||
|  |     "url": "https://github.com/Pablo2048/Interval.git" | ||||||
|  |   }, | ||||||
|  |   "version": "0.0.1", | ||||||
|  |   "license": "MIT", | ||||||
|  |   "frameworks": "arduino", | ||||||
|  |   "platforms": "espressif8266", | ||||||
|  |   "build": { | ||||||
|  |     "libCompatMode": 2 | ||||||
|  |   } | ||||||
|  | } | ||||||
							
								
								
									
										9
									
								
								library.properties
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								library.properties
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | |||||||
|  | name=Interval | ||||||
|  | version=0.0.1 | ||||||
|  | author=Pavel Brychta | ||||||
|  | maintainer=Pavel Brychta | ||||||
|  | sentence=Make timing by using intervals instead of delay() | ||||||
|  | paragraph=Make timing by using intervals instead of delay() | ||||||
|  | category=Other | ||||||
|  | url=https://github.com/Pablo2048/Interval | ||||||
|  | architectures=* | ||||||
		Reference in New Issue
	
	Block a user