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: Control/ControllerManager.cpp
- Revision:
- 6:0d9fa7152934
- Parent:
- 5:9a1ec02229dd
- Child:
- 7:6f7bd18ce796
diff -r 9a1ec02229dd -r 0d9fa7152934 Control/ControllerManager.cpp --- a/Control/ControllerManager.cpp Fri Oct 09 14:29:32 2015 +0000 +++ b/Control/ControllerManager.cpp Sat Oct 10 20:16:31 2015 +0000 @@ -12,9 +12,6 @@ //次の目標はlocalメモリ上にニュートラル等の情報を保持し、リセットされる度に、そこから値を取得する //globalのinitializeを作って、起動毎に呼び出す -//動的なニュートラルの設定と両立したい -//initialize値の変更はinitializeタスクで行う - ControllerManager::ControllerManager(PinName b, PinName h, PinName v) : controller(b, h, v){