CODE Example.
Comparator/CE95333 – Low Power Comparator with PSoC 4/LPComparator_PSoC4_Example.cydsn/cyapicallbacks.h (PSoC4-MCU-Analog-Designs)
/* ======================================== * * 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 */ #define GSR_ISR_INTERRUPT_INTERRUPT_CALLBACK void GSR_ISR_Interrupt_InterruptCallback(void); /*For more information, refer to the Macro Callbacks topic in the PSoC Creator Help.*/ #endif /* CYAPICALLBACKS_H */ /* [] */