| 
									
										
										
										
											2016-12-30 23:38:51 +00:00
										 |  |  | /*
 | 
					
						
							| 
									
										
										
										
											2020-04-06 22:04:09 +00:00
										 |  |  |  * WLED Arduino IDE compatibility file. | 
					
						
							|  |  |  |  *  | 
					
						
							|  |  |  |  * Where has everything gone? | 
					
						
							|  |  |  |  *  | 
					
						
							|  |  |  |  * In April 2020, the project's structure underwent a major change.  | 
					
						
							|  |  |  |  * Global variables are now found in file "wled.h" | 
					
						
							|  |  |  |  * Global function declarations are found in "fcn_declare.h" | 
					
						
							|  |  |  |  *  | 
					
						
							|  |  |  |  * Usermod compatibility: Existing wled06_usermod.ino mods should continue to work. Delete usermod.cpp. | 
					
						
							|  |  |  |  * New usermods should use usermod.cpp instead. | 
					
						
							| 
									
										
										
										
											2020-03-31 00:38:08 +00:00
										 |  |  |  */ | 
					
						
							| 
									
										
										
										
											2020-03-25 08:00:55 +00:00
										 |  |  | #include "wled.h"
 | 
					
						
							| 
									
										
										
										
											2018-09-15 15:29:01 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-09-11 21:07:18 +00:00
										 |  |  | void setup() { | 
					
						
							| 
									
										
										
										
											2020-03-28 12:45:20 +00:00
										 |  |  |   WLED::instance().setup(); | 
					
						
							| 
									
										
										
										
											2016-09-11 21:07:18 +00:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | void loop() { | 
					
						
							| 
									
										
										
										
											2020-03-28 12:45:20 +00:00
										 |  |  |   WLED::instance().loop(); | 
					
						
							| 
									
										
										
										
											2020-03-31 00:38:08 +00:00
										 |  |  | } |