mirror of
				https://github.com/davidgiven/fluxengine.git
				synced 2025-10-31 11:17:01 -07:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			535 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			535 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* ========================================
 | |
|  *
 | |
|  * Copyright YOUR COMPANY, THE YEAR
 | |
|  * All Rights Reserved
 | |
|  * UNPUBLISHED, LICENSED SOFTWARE.
 | |
|  *
 | |
|  * CONFIDENTIAL AND PROPRIETARY INFORMATION
 | |
|  * WHICH IS THE PROPERTY OF your company.
 | |
|  *
 | |
|  * ========================================
 | |
| */
 | |
| #ifndef CYAPICALLBACKS_H
 | |
| #define CYAPICALLBACKS_H
 | |
|     
 | |
| 
 | |
|     /*Define your macro callbacks here */
 | |
|     /*For more information, refer to the Writing Code topic in the PSoC Creator Help.*/
 | |
| 
 | |
|     
 | |
| #endif /* CYAPICALLBACKS_H */   
 | |
| /* [] */
 |