Skip to content

Use the old Radio Shack speech chip with a AVR based controller.

License

Notifications You must be signed in to change notification settings

sparkletron/AVR-LIBRARY-SP0256_ISR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SP0256 ISR driver

======================

Speech without busy wait (ISR), using SP0256

This library requires the commonDefines.h header which is located in the ATMEGA328P-LIBRARY-Common_Defines repository.

Example

#include <inttypes.h>
#include <avr/common.h>
#include <avr/io.h>

#include "words.h"
#include "SPO256.h"

int main(void)
{
	initSPO256();
	
	for(;;)
	{
		while(talkSPO256(hello));
		while(talkSPO256(pause));
	}
}

About

Use the old Radio Shack speech chip with a AVR based controller.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published