Fix merge
This commit is contained in:
@@ -27,12 +27,14 @@ extern const int numKeys;
|
||||
extern int grille[3][3];
|
||||
extern bool btns[9];
|
||||
extern bool joueur1;
|
||||
extern bool isBtnSet;
|
||||
|
||||
Coord getCo(int key);
|
||||
bool victoire(int grille[3][3], int joueur);
|
||||
bool allInit();
|
||||
void afficheGrille();
|
||||
void reset();
|
||||
void setBtn(Adafruit_MPR121& cap, uint16_t& lasttouched, uint16_t& currtouched);
|
||||
|
||||
void localModeDuo(Adafruit_MPR121& cap, uint16_t& lasttouched, uint16_t& currtouched);
|
||||
void localModeSolo(Adafruit_MPR121& cap, uint16_t& lasttouched, uint16_t& currtouched);
|
||||
|
||||
Reference in New Issue
Block a user