You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							15 lines
						
					
					
						
							332 B
						
					
					
				
			
		
		
	
	
							15 lines
						
					
					
						
							332 B
						
					
					
				<?php $page = 'home';
 | 
						|
include "_start.php"; ?>
 | 
						|
 | 
						|
<h1>Motor Control</h1>
 | 
						|
 | 
						|
<div class="Box center">
 | 
						|
	<a class="button btn-blue" id="btn-rev">REV</a><span style="display:inline-block;width:2em"></span>
 | 
						|
	<a class="button btn-blue" id="btn-fwd">FWD</a>
 | 
						|
</div>
 | 
						|
 | 
						|
<script>
 | 
						|
	$().ready(page_home.init);
 | 
						|
</script>
 | 
						|
 | 
						|
<?php include "_end.php"; ?>
 | 
						|
 |