ids2560.h

This project created with ISD2560 record and playback chip, DS1821 temperature sensor, PIC16F84 with circuit for sightless Voice Termometer, fire and gas alarm system. (by Ayhan Dayanik).



//***************************************
// 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_
/////////////////////////////////////////



http://www.sourceboost.com/home.html

Copyright © 2002-2006 SourceBoost Technologies