Hello Arduino,
I have an issue with installation of talkie library.I have downloaded the library from GitHub - going-digital/Talkie: Speech library for Arduino
but the library could not installed in the new Arduino version 1.8.5
(deleted)
I have tried to install ,but on compiling the example sketch , error occurred
(deleted)
The error is invalid library
(deleted)
Arduino: 1.8.5 (Windows 7), Board: "Arduino/Genuino Uno"
C:\Users\COMPACT\Documents\Arduino\libraries\Talkie-master\Talkie-master\Talkie\examples_1_Getting_Started_1_Getting_Started.ino:14:20: fatal error: talkie.h: No such file or directory
#include "talkie.h"
^
compilation terminated.
exit status 1
Error compiling for board Arduino/Genuino Uno.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
(deleted)
Ok
spycatcher2k:
Copy the Talkie folder to the libraries folder, and delete the Talkie-master folder, restart the IDE.You MAY have to change this to #include <talkie.h>
Please learn to READ and FOLLOW the instructions given. I did say copy the talkie folder, NOT copy the Talkie-master folder.
Arduino: 1.8.5 (Windows 7), Board: "Arduino/Genuino Uno"
C:\Users\COMPACT\Documents\Arduino\libraries\Talkie-master\Talkie\examples_1_Getting_Started_1_Getting_Started.ino:14:20: fatal error: talkie.h: No such file or directory
#include <talkie.h>
^
compilation terminated.
exit status 1
Error compiling for board Arduino/Genuino Uno.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
I also copy the folder but the error repeats
(deleted)