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.
Fork of Encoder by
Diff: Locate.h
- Revision:
- 8:a5093de00347
- Parent:
- 7:d4fcddd78fce
- Child:
- 9:b00a8fba58c6
--- a/Locate.h Thu Aug 11 05:43:48 2016 +0000 +++ b/Locate.h Thu Aug 11 06:21:51 2016 +0000 @@ -30,7 +30,7 @@ float x, y; //xy方向に進んだ距離(m換算なし) short v; //ステップ速度 - Locate (int fx, int fy); //fx,fyは初期位置 + Locate (); //fx,fyは初期位置 void setup(int r, int l); //エンコーダの初期のズレ(dr,dl)を出す、最初に一回だけ行う