forked from tanchou/Verilog
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			387 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			387 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| # ULTRASON VIA UART
 | |
| 
 | |
| ## Description
 | |
| This project is designed to control an ultrasonic sensor using UART communication. The ultrasonic sensor is used to measure distance, and the data is transmitted via UART to a connected device.
 | |
| 
 | |
| ## Commands
 | |
| 0x01: Start one mesurement of the distance.
 | |
| 0x02: Start continuous mesurement of the distance.
 | |
| 0x03: Stop continuous mesurement of the distance. |