Ozymandius
Member
I downloaded the program for the wedding audio guestbook from https://github.com/playfultechnology/audio-guestbook - and following the youtube video (https://www.youtube.com/watch?v=dI6ielrP1SE&ab_channel=PlayfulTechnology), I changed the Sketchbook location to the path to the teensy libraries, to this:
but when I try to compile the program, I get this error:
It looks like it's trying to find a library called play_serialflash_raw.h, and there is one in C:\Program Files (x86)\Arduino\hardware\teensy\avr\libraries\Audio , but I don't understand why it's using a forward slash in the path, rather than a backslash.
Any help appreciated.
but when I try to compile the program, I get this error:
It looks like it's trying to find a library called play_serialflash_raw.h, and there is one in C:\Program Files (x86)\Arduino\hardware\teensy\avr\libraries\Audio , but I don't understand why it's using a forward slash in the path, rather than a backslash.
Any help appreciated.