mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			393 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			393 B
		
	
	
	
		
			C
		
	
	
	
	
	
| // Copyright Benoit Blanchon 2014-2015
 | |
| // MIT License
 | |
| //
 | |
| // Arduino JSON library
 | |
| // https://github.com/bblanchon/ArduinoJson
 | |
| 
 | |
| // About this file
 | |
| // ---------------
 | |
| // This file is here for [PlatformIO](http://platformio.org/).
 | |
| // It must be present in the root for the tool to find it.
 | |
| // Feel free to ignore this file if your working in another environment.
 | |
| 
 | |
| #include "include/ArduinoJson.h"
 |