/* * outputs.h */ #ifndef __OUTPUTS_H__ #define __OUTPUTS__ 1 void drive_outputs(void); void test_waveform(void); #endif