kopia lustrzana https://github.com/Aircoookie/WLED
				
				
				
			
		
			
				
	
	
		
			26 wiersze
		
	
	
		
			563 B
		
	
	
	
		
			C++
		
	
	
			
		
		
	
	
			26 wiersze
		
	
	
		
			563 B
		
	
	
	
		
			C++
		
	
	
| #include "wled.h"
 | |
| /*
 | |
|  * Register your v2 usermods here!
 | |
|  *   (for v1 usermods using just usermod.cpp, you can ignore this file)
 | |
|  */
 | |
| 
 | |
| /*
 | |
|  * Add/uncomment your usermod filename here (and once more below)
 | |
|  * || || ||
 | |
|  * \/ \/ \/
 | |
|  */
 | |
| //#include "usermod_v2_example.h"
 | |
| //#include "usermod_temperature.h"
 | |
| //#include "usermod_v2_empty.h"
 | |
| 
 | |
| void registerUsermods()
 | |
| {
 | |
|   /*
 | |
|    * Add your usermod class name here
 | |
|    * || || ||
 | |
|    * \/ \/ \/
 | |
|    */
 | |
|   //usermods.add(new MyExampleUsermod());
 | |
|   //usermods.add(new UsermodTemperature());
 | |
|   //usermods.add(new UsermodRenameMe());
 | |
| } |