Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: Global.h
- Revision:
- 6:0d9fa7152934
- Parent:
- 5:9a1ec02229dd
- Child:
- 8:ca92cb674004
--- a/Global.h Fri Oct 09 14:29:32 2015 +0000 +++ b/Global.h Sat Oct 10 20:16:31 2015 +0000 @@ -29,17 +29,19 @@ public : static void initialize(); + static void fileread(); + static void filewrite(); static const int rotateperrevolutions=12; static const int rotateperrevolutions_onepulse=1; - static class Ticker ticker; static class Timer timer; static class DigitalIn initializeswitch; static class DigitalOut led1; static class DigitalOut led2; static class DigitalOut led3; static class DigitalOut led4; + static class LocalFileSystem local; static double getmaxpitch();