mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 06:11:06 +00:00 
			
		
		
		
	This wave generator example does following: - An analog signal generator. - Offering four kinds of waveform: sine, triangle, sawtooth, square. - Customer can select their expected waveform, frequency, etc. All of them can be configured in menuconfig.
		
			
				
	
	
		
			4 lines
		
	
	
		
			73 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			73 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
# Main Makefile. This is basically the same as a component makefile.
 | 
						|
#
 |