ArduCAM / Arduino

This is ArduCAM library for Arduino boards
MIT License
468 stars 346 forks source link

Trouble using SD Libs, Fatal Error SerialFlash.h #560

Closed BertoldBlint closed 1 year ago

BertoldBlint commented 1 year ago

Hello, when trying to compile some code while using AudioShield and Teensy LC micro controller, to interact with recording audio, I get the below error. I previously had an error that said there were multiple SD Libs to use and deleting the default Arduino one fixed that problem, but now this has happened. The compilation error reads as follows:

" Arduino: 1.8.19 (Windows 10), TD: 1.57, Board: "Teensy LC, Serial, 48 MHz, Smallest Code, US English"

In file included from C:\Program Files (x86)\Arduino\hardware\teensy\avr\libraries\Audio/Audio.h:129:0,

             from C:\Users\facet\OneDrive\Documents\Arduino_Hub\sketch_aug05a_Phone_Sketch_Test_02\sketch_aug05a_Phone_Sketch_Test_02.ino:25:

C:\Program Files (x86)\Arduino\hardware\teensy\avr\libraries\Audio/play_serialflash_raw.h:33:25: fatal error: SerialFlash.h: No such file or directory

compilation terminated.

Error compiling for board Teensy LC. "

Have I not correctly installed the SD library through the Teensy Installer? Are there supplemental libraries I need? Any help would be greatly appreciated!