Comments: mbed Starter Kit Experiment Guide
Looking for answers to technical questions?
We welcome your comments and suggestions below. However, if you are looking for solutions to technical questions please see our Technical Assistance page.
If you've found an issue with this tutorial content, please send us your feedback!
In order to compile Experiment 6, I had to change all include statements [ #include "error.h" ] to [ #include "mbed_error.h" .] There are six instances in the mbed-rtos subdirectory of the USBHost library.
I updated the mbed-rtos library to the current revision, which should fix the #include errors. Thanks for letting us know!
Looks like mbed changed theverything library names since I wrote the guides. I'll update them in the next few days. Thanks for letting me know!
Would you address the use of a 9 character file name when using the Mbed SD card library. file = fopen("/sd/temp_data.txt", "w");
No discussion as to the availability of LFN in this Library Is this an error or does this library support LFN
The library supports LFN. It works even with space characters in the name.