Propeller and Emic Text To Speach
Palastine
Posts: 12
Is there any·code or object·written for the Propeller to activate the Emic·Text to Speech chip, if yes can you please direct me to it.
Comments
http://forums.parallax.com/forums/default.aspx?f=25&m=243707
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Austin Bowen,
Robo-freak.com
"One must watch out for mechanics. They start out with a sewing machine, and end up with the atomic bomb" - A quote from someone that I saw on Addall.com
JL
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
James L
Partner/Designer
Lil Brother LLC (SMT Assembly Services)
is there a command that take the output from one·pin in the propeller chip·and send to another pin in the propeller chip·to act as an output
for example i want to·take the·input from pin #1 and send it to pin 7 to produce the output.
Please help, thanks
OUTA[noparse][[/noparse]7] := INA[noparse][[/noparse]1]
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Austin Bowen,
Robo-freak.com
"One must watch out for mechanics. They start out with a sewing machine, and end up with the atomic bomb" - A quote from someone that I saw on Addall.com
DIRA[noparse][[/noparse]Bpin]~~ 'Make BPin an Output
CTRA := %01001 <<26 | Bpin <<9 | Apin 'Setup counter for POS detector with Feedback mode
FRQA := 1 'Start Counter
thank You Robofreak, i really do appreciate it. [noparse]:)[/noparse]
DIRA[noparse][[/noparse]Bpin]~~ 'Make BPin an Output
CTRA := %01001 <<26 | Bpin <<9 | Apin 'Setup counter for POS detector with Feedback mode
FRQA := 1 'Start Counter
thank You Robofreak, i really do appreciate it. [noparse]:)[/noparse]