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: mbed
Diff: Classes/NXPCam.h
- Revision:
- 1:a9af73d5abd4
- Parent:
- 0:8743b606abc3
- Child:
- 2:1103f5d61035
--- a/Classes/NXPCam.h Tue Feb 11 15:41:45 2020 +0000
+++ b/Classes/NXPCam.h Wed Feb 26 16:47:05 2020 +0000
@@ -19,10 +19,14 @@
* et négative lorsqu'elle est trop à gauche */
int getDeviationTrajectoire();
int getNormeVecteurs();
+
+ // Fonctions outils
+ int getXinutile(int x0, int x1, int x2);
+ int getXinutile(int x0, int x1, int x2, int x0past, int x1past);
private:
PIXY2 pixy;
- Vector v1, v2;
+ Vector v1, v2, v3;
};
#endif // NXPCAM_H
\ No newline at end of file