/* $Id: sp03.h,v 1.2 2003/11/15 22:46:25 bsd Exp $ */

#ifndef __sp03_h__
#define __sp03_h__

#include <inttypes.h>

extern uint8_t sp03_vol, sp03_speed, sp03_pitch;

int8_t speak(char * s);

int8_t wait4shutup(void);

#endif

