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:
- 25:b59758a85ed3
- Parent:
- 24:9f3005f1ba96
- Child:
- 26:0897d27b6961
--- a/include/cJeu.h Mon Apr 18 20:25:50 2016 +0000 +++ b/include/cJeu.h Tue Apr 19 09:47:21 2016 +0000 @@ -1,7 +1,6 @@ #ifndef JEU_H #define JEU_H -#include "SparkFun_APDS9960.h" #include "cMatrice.h" #include "cCarre.h" #include "cZed.h" @@ -10,7 +9,6 @@ #include "cLigne.h" #include "cCollision.h" #include "cSPI.h" -#include "cBoussole.h" #include "rtos.h" #define START_THREAD 1 @@ -27,15 +25,12 @@ unsigned char *_detec; //////////////////////////////////////////////////// - InterruptIn _interrupt(PinName pin); - I2C *_i2c; - SparkFun_APDS9960 *apds(I2C); public: // CONSTRUCTEURS cJeu(); //// //cJeu(unsigned char, unsigned char); - cJeu(unsigned char, unsigned char, PinName pin); + cJeu(unsigned char, unsigned char); // DESTRUCTEUR ~cJeu();