8 lines
		
	
	
		
			131 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
		
		
			
		
	
	
			8 lines
		
	
	
		
			131 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| 
								 | 
							
								<?php
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								// Set your GPIO here if they are different from the defaults!
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								define("LED_A", 0);
							 | 
						||
| 
								 | 
							
								define("LED_B", 1);
							 | 
						||
| 
								 | 
							
								define("BTN_A", 2);
							 |