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 APDS_9960 mbed-rtos
Diff: include/cJeu.h
- Revision:
- 21:f0cf4173ecdb
- Parent:
- 16:5c3d61584f51
- Child:
- 23:298a1314fc81
--- a/include/cJeu.h Wed Apr 13 15:39:11 2016 +0000 +++ b/include/cJeu.h Thu Apr 14 12:50:25 2016 +0000 @@ -9,6 +9,7 @@ #include "cLigne.h" #include "cCollision.h" #include "cSPI.h" +#include "cBoussole.h" class cJeu { @@ -16,10 +17,15 @@ cMatrice *_mat; cForme *_ptrForme; cSPI _spi; + cBoussole *_boussole; + //////////////////////////////////////////////////// +Ticker tick; + //InterruptIn _interrupt; unsigned char _score; public: // CONSTRUCTEURS cJeu(); + cJeu(unsigned char, unsigned char); // DESTRUCTEUR ~cJeu(); // SETTERS