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.
Dependencies: BufferedSerial
Diff: Functions.h
- Revision:
- 9:76b59c5220f1
- Parent:
- 8:ad8766cf2ec0
- Child:
- 12:348038b466a3
diff -r ad8766cf2ec0 -r 76b59c5220f1 Functions.h --- a/Functions.h Tue May 11 15:05:49 2021 +0000 +++ b/Functions.h Tue May 11 17:53:17 2021 +0000 @@ -8,4 +8,4 @@ void nextPose(float countsLeft, float countsRight, float wheelsRadius, float wheelsDistance, float pose[]); void JanelaAtivaVFF(float pose[], float Mapa_40[40][40], float poseFinal[], float FCRepul, float FCAtracao, float RectSize, float *ForcaResult); float Algorith_Inverse(float xi, float yi, float xt, float yt, float z); -void bresenham(float xi, float yi, float xf, float yf, float z); +//void bresenham(float xi, float yi, float xf, float yf, float z);