mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			283 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			283 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| // ArduinoJson - arduinojson.org
 | |
| // Copyright Benoit Blanchon 2014-2019
 | |
| // MIT License
 | |
| 
 | |
| #pragma once
 | |
| 
 | |
| #ifdef __cplusplus
 | |
| 
 | |
| #include "ArduinoJson.hpp"
 | |
| 
 | |
| using namespace ArduinoJson;
 | |
| 
 | |
| #else
 | |
| 
 | |
| #error ArduinoJson requires a C++ compiler, please change file extension to .cc or .cpp
 | |
| 
 | |
| #endif
 |