hi, i want to know how to program a ISD 4002 to record some files and play them
hi, i want to know how to program a ISD 4002 to record some files and play them
there's plenty code example in here for various ISD chips, read the according datasheet along with existing code example, and you should be good.
Case not, provide YOUR OWN code example in here and someone might give more hints.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
I work with the ISD5008 mostly. You can send 16 bits like this: ShiftOut PORTC.5,PORTC.3,0,[9021\16] 'RECORD CONFIG0
Bookmarks