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: globalFlags.cpp
- Revision:
- 38:24ee50452755
- Parent:
- 37:d51dacb4c30f
- Child:
- 39:1b76f7df8804
--- a/globalFlags.cpp Thu Jan 17 11:26:09 2019 +0000 +++ b/globalFlags.cpp Fri Jan 18 11:52:00 2019 +0000 @@ -10,8 +10,8 @@ //モーターアクセル用アナログ入力 AnalogIn AinAxl(p20); -//エンジンスロットル用アナログ入力 -AnalogIn AinThrottle(p19); +// //エンジンスロットル用アナログ入力 +// AnalogIn AinThrottle(p19); char g_CmdBuf[G_CMD_BUF_SIZ] ;// コマンド受け渡しバッファ bool gf_CmdPrs;