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/cMatrice.h
- Revision:
- 4:b7a46af55574
- Parent:
- 3:493dd1cf30a4
- Child:
- 5:d6b0bf27bac6
--- a/include/cMatrice.h Wed Mar 30 10:22:07 2016 +0000
+++ b/include/cMatrice.h Thu Mar 31 11:18:41 2016 +0000
@@ -15,6 +15,7 @@
private:
unsigned char** _matrice;
//unsigned char _matrice [8][8];
+ std::vector<cForme> _formes;
protected:
public:
// CONSTRUCTEUR
@@ -27,6 +28,10 @@
void updateMatrice(cForme &);
// METHODES
void envoyerMatrice();
+ void afficherForme(cForme &, unsigned char c);
+ void ajouterForme(cForme &);
+ void supprimerForme(cForme & f);
+ void clear();
};
#endif // CMATRICE_H