//***************************************
// Author: Ayhan DAYANIK
// Date : 21/07/2003
//***************************************
#ifndef _ISD2560_H_
#define _ISD2560_H_
//PORTB defines
#define M0 0 //output
#define CE 1 //output
#define PD 2 //output
#define EOM 0x10 //input
//variables
unsigned char ISD_CONTROL; //contol bits: 0 0 0 EOM 0 PD CE M0
char Msg;
void ISD_PD_HI( void );
void ISD_PD_LOW( void );
void ISD_CE_HI( void );
void ISD_CE_LOW( void );
void ISD_CE_LOW_PULSE( void );
void ISD_Reset( void );
void NormalPlay( void );
void FastForward( void );
void MessagePlay(char sequence);
#endif // _ISD2560_H_
/////////////////////////////////////////
Copyright © 2002-2006 SourceBoost Technologies