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.cpp
- Revision:
- 5:9a1ec02229dd
- Parent:
- 4:650af94bf062
- Child:
- 6:0d9fa7152934
--- a/Global.cpp Tue Sep 29 18:23:29 2015 +0000 +++ b/Global.cpp Fri Oct 09 14:29:32 2015 +0000 @@ -39,6 +39,10 @@ DigitalOut Global::led3(LED3); DigitalOut Global::led4(LED4); +void Global::initialize(){ + +} + //定数チックな変数 double Global::getmaxpitch(){return maxpitch;}