// File: Reset.h #ifndef _RESET_H_ #define _RESET_H_ #include "ad5940.h" void AD5940_CheckResetStatus(void); AD5940Err AD5940_SoftReset(void); #endif