I am transitioning from Arduino to programming microcontrollers in Studio 7. I would like to use FATFS to write data to an SD card, but when I include "ff.h", I get the following message: ff.h no such file or directory
I added the ff.h header file under libraries with no luck, so I suspect ff.h need to show up under Dependencies.
Two questions:
- Since ff.h does not show under Dependencies, is this causing the error message I'm seeing?
- How do I add files to Dependencies?
Br,
Tim