After a lot of work, we've just released a major update to the libraries (v5). Hopefully, you'll hardly notice...
The majority of this upgrade is totally behind the scenes, getting the core robust and ready for the things we want to do with the API now and in the future. Whilst it shouldn't really be visible, please tell us if we break any of your code when you upgrade! Our next focus with the Libraries will be on the API itself, so expect some slightly more invasive improvements then. And some of the new tricks to come to light :)
...but we couldn't do an update without giving you something new! So in addition to the new Ticker and Timeout classes, we've added file system access to the USB drive. No documentation yet, but the API page should give you a clue:
http://mbed.co.uk/projects/libraries/api/mbed/trunk/LocalFileSystem
We think this might find some good applications, so we're interested to hear how you use it.
When you start a new project, you will automatically pull in the new v5 mbed Library. For existing projects, clicking on the mbed library in your file tree should provide you with an "update" button.
As ever, please bring to our attention any problems or questions you have.
Have Fun!
Simon
Please log in to post a comment.
Simon, my program exits via exit(0); but I can't recognize the drive without holding down the reset button. Are you sure the drive should come back if the program exits? Can this behavior of the drive disconnecting/reconnecting when doing file I/O be changed?
Thanks BTW for implementing the file I/O, just what I've been waiting for...