PaulStoffregen / LittleFS

73 stars 20 forks source link

Excuse me, where can I find FS.h? #36

Closed M-4A closed 2 years ago

M-4A commented 2 years ago

Which connects to the library ...

pragma once

include

include

include

include "littlefs/lfs.h"

//#include

Thank you.

M-4A commented 2 years ago

Ok. It's found in cores (github), but that doesn't help anything. Because it still doesn't work ...

mjs513 commented 2 years ago

Not sure what you mean by still does not work. You need to provide a lot more details on what sketch are you running, what board, what version of Teensyduino what Teensy board are you using etc? Otherwise no one can help you on why its not working.

PaulStoffregen commented 2 years ago

This is why we have the installers, so you can get a complete set of all libraries which work together.

M-4A commented 2 years ago

Thanks for your helpfulness. Everything is in order, I figured it out. For some reason, not all of the Teency4 cores files have been installed. After I downloaded from the github everything works fine now. Thanks.