7 lines
		
	
	
	
		
			129 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			129 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable file
		
	
	
	
	
# Processor frequency
 | 
						|
F_CPU = 8000000
 | 
						|
 | 
						|
CUSTOM_MATRIX = yes         # Custom matrix file
 | 
						|
 | 
						|
# Project specific files
 | 
						|
SRC = matrix.c
 |