Sound4Calc/include/Sound4Calc.h

12 lines
155 B
C
Raw Normal View History

2016-05-14 22:19:51 +02:00
#ifndef _SOUND4CALC
#define _SOUND4CALC
// SH4 addresses
void setup(void); // configure ports to output
void SetPin(void);
void ResetPin(void);
2016-05-16 13:32:58 +02:00
2016-05-14 22:19:51 +02:00
#endif